Shawn O. Pearce wrote: > Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: >> git fast-import is capable of producing commits with some of these >> problems: for example, it is fine with >> >> committer C O Mitter <foo@b>ar.net> 005 - +5 > > Yuck. We probably should tighten up the parser in fast-import a > bit more. How about this? Jonathan Nieder (2): fast-import: be strict about formatting of dates fast-import: validate entire ident string Documentation/git-fast-import.txt | 9 ++-- fast-import.c | 63 ++++++++++++++-------- t/t9300-fast-import.sh | 105 +++++++++++++++++++++++++++++++++++++ 3 files changed, 150 insertions(+), 27 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html