From: Richard P. Curnow Date: Wed, 9 May 2007 22:13:44 +0000 (+0100) Subject: Fix documentation of tag in git-fast-import.txt X-Git-Tag: v1.5.2-rc3~4^2^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=419ca50e4c5afbf6a3f956db5531ed85f2b54bb9;p=git.git Fix documentation of tag in git-fast-import.txt The tag command does not take a trailing LF. Signed-off-by: Richard P. Curnow Signed-off-by: Shawn O. Pearce --- diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt index eaba6fd4c..8d06775a6 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 LF 'tagger' SP SP LT GT SP LF data - LF .... where `` is the name of the tag to create.