]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Fix documentation grammar typo
authorGisle Aas <gisle@aas.no>
Wed, 4 Nov 2009 21:57:46 +0000 (22:57 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Nov 2009 00:08:55 +0000 (16:08 -0800)
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>
Documentation/git-describe.txt

index e9dbca7d87bade4126cd45477b69478894518168..2f979167819f0e4500b998b41092e18ef053cead 100644 (file)
@@ -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.