diff options
author | Richard P. Curnow <rc@rc0.org.uk> | 2007-05-09 23:13:44 +0100 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-05-10 17:32:40 -0400 |
commit | 419ca50e4c5afbf6a3f956db5531ed85f2b54bb9 (patch) | |
tree | 624241274f0c3c47b141b77549ed2ebbf59b9536 | |
parent | Merge branch 'gfi-maint' into maint (diff) | |
download | tgif-419ca50e4c5afbf6a3f956db5531ed85f2b54bb9.tar.xz |
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>
-rw-r--r-- | Documentation/git-fast-import.txt | 1 |
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. |