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 | Rename diff.suppress-blank-empty to diff.suppressBlankEmpty (diff) | |
| parent | Fix Documentation for git-describe (diff) | |
| download | git-b61971520738dbdc7ea2e46f8183dffe7fa4f48d.tar.gz git-b61971520738dbdc7ea2e46f8183dffe7fa4f48d.zip | |
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 3d79f05995..a30c5ac966 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>:: |
