diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-04-22 11:26:58 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-22 11:26:58 -0700 |
commit | 76f9bc9f53a7bc72950d8ee88e88bf41903fab74 (patch) | |
tree | 739bf070864f02f2f6ae94562cfa6f459b863ed3 /Documentation/git-describe.txt | |
parent | Merge branch 'jk/doc-http-backend' into maint (diff) | |
parent | glossary: improve definitions of refspec and pathspec (diff) | |
download | tgif-76f9bc9f53a7bc72950d8ee88e88bf41903fab74.tar.xz |
Merge branch 'ta/glossary' into maint
* ta/glossary:
glossary: improve definitions of refspec and pathspec
The name of the hash function is "SHA-1", not "SHA1"
glossary: improve description of SHA-1 related topics
glossary: remove outdated/misleading/irrelevant entries
Diffstat (limited to 'Documentation/git-describe.txt')
-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 3c81e85ec5..28e5ec0e2c 100644 --- a/Documentation/git-describe.txt +++ b/Documentation/git-describe.txt @@ -149,7 +149,7 @@ is found, its name will be output and searching will stop. If an exact match was not found, 'git describe' will walk back through the commit history to locate an ancestor commit which has been tagged. The ancestor's tag will be output along with an -abbreviation of the input committish's SHA1. +abbreviation of the input committish's SHA-1. If multiple tags were found during the walk then the tag which has the fewest commits different from the input committish will be |