Browse Source

Fix documentation of tag in git-fast-import.txt

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>
maint
Richard P. Curnow 18 years ago committed by Shawn O. Pearce
parent
commit
419ca50e4c
  1. 1
      Documentation/git-fast-import.txt

1
Documentation/git-fast-import.txt

@ -548,7 +548,6 @@ lightweight (non-annotated) tags see the `reset` command below. @@ -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.

Loading…
Cancel
Save