diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-01-23 21:51:20 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-23 21:51:20 -0800 |
commit | f3d6073e02f8ee8dc6376b0262151dbbfbbdfe7d (patch) | |
tree | 21612e6a4bbd345dafb5d72a580ba578e429b296 | |
parent | http-push: refactor lock-related headers creation for curl requests (diff) | |
parent | Merge branch 'cb/maint-unpack-trees-absense' into maint (diff) | |
download | tgif-f3d6073e02f8ee8dc6376b0262151dbbfbbdfe7d.tar.xz |
Merge branch 'maint'
* maint:
Fix Documentation for git-describe
-rw-r--r-- | Documentation/git-describe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt index a99b4ef943..b231dbb947 100644 --- a/Documentation/git-describe.txt +++ b/Documentation/git-describe.txt @@ -43,7 +43,7 @@ OPTIONS Automatically implies --tags. --abbrev=<n>:: - Instead of using the default 8 hexadecimal digits as the + Instead of using the default 7 hexadecimal digits as the abbreviated object name, use <n> digits. --candidates=<n>:: |