]> git.ipfire.org Git - thirdparty/git.git/commitdiff
mktag doc: grammar fix, when exists -> when it exists
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 23 Dec 2020 01:35:47 +0000 (02:35 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Dec 2020 01:49:05 +0000 (17:49 -0800)
Amend the wording of documentation added in 6cfec03680 (mktag:
minimally update the description., 2007-06-10). It makes more sense to
say "when it exists" here, as we're referring to "the message".

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-mktag.txt

index a158428eb9fc2608873d737363a36e9b3e5cd550..1b0667e372a14dcfa1bacda3ba94862587b175f2 100644 (file)
@@ -29,7 +29,7 @@ has a very simple fixed format: four lines of
   tagger <tagger>
 
 followed by some 'optional' free-form message (some tags created
-by older Git may not have `tagger` line).  The message, when
+by older Git may not have `tagger` line).  The message, when it
 exists, is separated by a blank line from the header.  The
 message part may contain a signature that Git itself doesn't
 care about, but that can be verified with gpg.