[PATCH] fast-import docs: LT is valid in email, GT is not

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mark Lodato
Date: Friday, April 23, 2010 - 5:45 pm

In git-fast-import(1), fix a mistake that said LT and LF were the
invalid characters in email addresses.  This should have been GT and LF,
since the GT ends the email address and LF ends the command.

Signed-off-by: Mark Lodato <lodatom@gmail.com>
---
 Documentation/git-fast-import.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt
index 19082b0..6dcd583 100644
--- a/Documentation/git-fast-import.txt
+++ b/Documentation/git-fast-import.txt
@@ -394,7 +394,7 @@ Here `<name>` is the person's display name (for example
 and greater-than (\x3e) symbols.  These are required to delimit
 the email address from the other fields in the line.  Note that
 `<name>` is free-form and may contain any sequence of bytes, except
-`LT` and `LF`.  It is typically UTF-8 encoded.
+`GT` and `LF`.  It is typically UTF-8 encoded.
 
 The time of the change is specified by `<when>` using the date format
 that was selected by the \--date-format=<fmt> command line option.
-- 
1.7.0.2

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] fast-import docs: LT is valid in email, GT is not, Mark Lodato, (Fri Apr 23, 5:45 pm)
[PATCH] fsck: check ident lines in commit objects, Jonathan Nieder, (Sat Apr 24, 9:06 am)
Re: [PATCH] fsck: check ident lines in commit objects, Jonathan Nieder, (Sat Apr 24, 9:59 am)
Re: [PATCH] fsck: check ident lines in commit objects, Shawn O. Pearce, (Sat Apr 24, 12:04 pm)
[PATCH 0/2] fast-import: tighten up parsing ident line, Jonathan Nieder, (Sat Apr 24, 1:38 pm)
[PATCH 2/2] fast-import: validate entire ident string, Jonathan Nieder, (Sat Apr 24, 2:10 pm)
Re: [PATCH 2/2] fast-import: validate entire ident string, Shawn O. Pearce, (Mon Apr 26, 9:02 am)
Re: [PATCH 2/2] fast-import: validate entire ident string, Jonathan Nieder, (Mon Apr 26, 9:24 am)
Re: [PATCH 2/2] fast-import: validate entire ident string, Jonathan Nieder, (Mon Apr 26, 9:30 am)
Re: [PATCH 2/2] fast-import: validate entire ident string, Junio C Hamano, (Tue May 4, 10:11 am)