diff options
author | Gisle Aas <gisle@aas.no> | 2009-11-04 22:57:46 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-04 16:08:55 -0800 |
commit | 0a565de4a50032339d3786d366e70912a4dcf572 (patch) | |
tree | 278011948b84d6f4b12df1b914844429bc904791 /Documentation/git-describe.txt | |
parent | Allow curl helper to work without a local repository (diff) | |
download | tgif-0a565de4a50032339d3786d366e70912a4dcf572.tar.xz |
Fix documentation grammar typo
Introduced in 492cf3f (More precise description of 'git describe --abbrev', 2009-10-29)
Signed-off-by: Gisle Aas <gisle@aas.no>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 e9dbca7d87..2f97916781 100644 --- a/Documentation/git-describe.txt +++ b/Documentation/git-describe.txt @@ -120,7 +120,7 @@ closest tagname without any suffix: tags/v1.0.0 Note that the suffix you get if you type these commands today may be -longer than what Linus saw above when he ran this command, as your +longer than what Linus saw above when he ran these commands, as your git repository may have new commits whose object names begin with 975b that did not exist back then, and "-g975b" suffix alone may not be sufficient to disambiguate these commits. |