git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] fixes for committer/author parsing/check
@ 2011-08-11 10:21 Dmitry Ivankov
  2011-08-11 10:21 ` [PATCH v2 1/5] fast-import: add input format tests Dmitry Ivankov
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Dmitry Ivankov @ 2011-08-11 10:21 UTC (permalink / raw)
  To: git; +Cc: SASAKI Suguru, Junio C Hamano, Dmitry Ivankov

This is a second version of [1]. It features one more test for a
fsck message and reworked commit messages.

Aside from fixing a parsing bug in fast-import and improving error
messages in git-fsck it makes them both to deny "name> <email>"
identities.

[1] http://thread.gmane.org/gmane.comp.version-control.git/178035

Dmitry Ivankov (5):
  fast-import: add input format tests
  fast-import: don't fail on omitted committer name
  fast-import: check committer name more strictly
  fsck: add a few committer name tests
  fsck: improve committer/author check

 Documentation/git-fast-import.txt |    4 +-
 fast-import.c                     |   33 ++++++++-----
 fsck.c                            |   10 ++--
 t/t1450-fsck.sh                   |   36 +++++++++++++
 t/t9300-fast-import.sh            |   99 +++++++++++++++++++++++++++++++++++++
 5 files changed, 164 insertions(+), 18 deletions(-)

-- 
1.7.3.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-08-11 22:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11 10:21 [PATCH v2 0/5] fixes for committer/author parsing/check Dmitry Ivankov
2011-08-11 10:21 ` [PATCH v2 1/5] fast-import: add input format tests Dmitry Ivankov
2011-08-11 10:21 ` [PATCH v2 2/5] fast-import: don't fail on omitted committer name Dmitry Ivankov
2011-08-11 22:06   ` Junio C Hamano
2011-08-11 10:21 ` [PATCH v2 3/5] fast-import: check committer name more strictly Dmitry Ivankov
2011-08-11 10:21 ` [PATCH v2 4/5] fsck: add a few committer name tests Dmitry Ivankov
2011-08-11 10:21 ` [PATCH v2 5/5] fsck: improve committer/author check Dmitry Ivankov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).