]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Fix documentation of tag in git-fast-import.txt
authorRichard P. Curnow <rc@rc0.org.uk>
Wed, 9 May 2007 22:13:44 +0000 (23:13 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 10 May 2007 21:32:40 +0000 (17:32 -0400)
The tag command does not take a trailing LF.

Signed-off-by: Richard P. Curnow <rc@rc0.org.uk>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Documentation/git-fast-import.txt

index eaba6fd4c168564f43ce2db3994dcb7b70bd4b54..8d06775a6bd5f4ac8bd5a20fba67f76c121380ee 100644 (file)
@@ -548,7 +548,6 @@ lightweight (non-annotated) tags see the `reset` command below.
        'from' SP <committish> LF
        'tagger' SP <name> SP LT <email> GT SP <when> LF
        data
-       LF
 ....
 
 where `<name>` is the name of the tag to create.