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: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Richard P. Curnow 2007-05-09 23:13:44 +01:00 коммит произвёл Junio C Hamano
Родитель 1cc202bd4e
Коммит c69f405095
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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.