diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-07-02 21:57:50 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-02 21:57:50 -0700 |
commit | 7d3580d74c6d801419dd91416f9a81750b7d4e2c (patch) | |
tree | 2f802f5c45b46f882fe1e975c43ee7bf0858eb3b /t | |
parent | git fetch-pack: do not complain about "no common commits" in an empty repo (diff) | |
parent | Merge branch 'js/maint-clone-insteadof' into maint (diff) | |
download | tgif-7d3580d74c6d801419dd91416f9a81750b7d4e2c.tar.xz |
Merge branch 'maint'
* maint:
Fix describe --tags --long so it does not segfault
Diffstat (limited to 't')
-rwxr-xr-x | t/t6120-describe.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t6120-describe.sh b/t/t6120-describe.sh index c6be2597f7..2fb672c3b4 100755 --- a/t/t6120-describe.sh +++ b/t/t6120-describe.sh @@ -139,4 +139,6 @@ check_describe "test1-lightweight-*" --tags --match="test1-*" check_describe "test2-lightweight-*" --tags --match="test2-*" +check_describe "test2-lightweight-*" --long --tags --match="test2-*" HEAD^ + test_done |