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 /Documentation | |
parent | b1c7d4aafeda8e6b2bbeac29a3181cbe970b7874 (diff) | |
parent | 692be9f365be09160f8baa1d6d521d0f65ec4cf9 (diff) | |
download | git-f3d6073e02f8ee8dc6376b0262151dbbfbbdfe7d.tar.gz |
Merge branch 'maint'
* maint:
Fix Documentation for git-describe
Diffstat (limited to 'Documentation')
-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>:: |