aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-fast-import.txt
diff options
context:
space:
mode:
authorRichard P. Curnow <rc@rc0.org.uk>2007-05-09 23:13:44 +0100
committerJunio C Hamano <junkio@cox.net>2007-05-09 19:04:54 -0700
commitc69f4050958b648acd668b37dc77772e05148a97 (patch)
tree951c30284a807e4502c62a454b432d57a9a87cd3 /Documentation/git-fast-import.txt
parent1cc202bd4ebd0390d738f0d633d42791cb79dd05 (diff)
downloadgit-c69f4050958b648acd668b37dc77772e05148a97.tar.gz
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>
Diffstat (limited to 'Documentation/git-fast-import.txt')
-rw-r--r--Documentation/git-fast-import.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt
index eaba6fd4c1..8d06775a6b 100644
--- a/Documentation/git-fast-import.txt
+++ b/Documentation/git-fast-import.txt
@@ -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.