diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-01-23 18:48:14 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-23 18:48:14 -0800 |
commit | b61971520738dbdc7ea2e46f8183dffe7fa4f48d (patch) | |
tree | fae72483e4e965d6a785cbea6777a47dc9bc2b04 | |
parent | 950db8798d51cb183c858938263425b367b21dfd (diff) | |
parent | b938f62a208d24f3d6bed260ceb809cd6b3924d7 (diff) | |
download | git-b61971520738dbdc7ea2e46f8183dffe7fa4f48d.tar.gz git-b61971520738dbdc7ea2e46f8183dffe7fa4f48d.tar.xz |
Merge branch 'maint-1.6.0' into maint
* maint-1.6.0:
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 3d79f0599..a30c5ac96 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>:: |