mirror of
https://github.com/git/git.git
synced 2024-10-30 13:57:54 +01:00
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>
This commit is contained in:
parent
da774e8272
commit
419ca50e4c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue