projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cc202b
)
Fix documentation of tag in git-fast-import.txt
author
Richard P. Curnow
<rc@rc0.org.uk>
Wed, 9 May 2007 22:13:44 +0000
(23:13 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 10 May 2007 02:04:54 +0000
(19:04 -0700)
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>
Documentation/git-fast-import.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-fast-import.txt
b/Documentation/git-fast-import.txt
index eaba6fd4c168564f43ce2db3994dcb7b70bd4b54..8d06775a6bd5f4ac8bd5a20fba67f76c121380ee 100644
(file)
--- 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.