From: Gisle Aas Date: Wed, 4 Nov 2009 21:57:46 +0000 (+0100) Subject: Fix documentation grammar typo X-Git-Tag: v1.6.5.3~25 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0a565de4a50032339d3786d366e70912a4dcf572;p=git.git Fix documentation grammar typo Introduced in 492cf3f (More precise description of 'git describe --abbrev', 2009-10-29) Signed-off-by: Gisle Aas Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt index e9dbca7d8..2f9791678 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.