From: Dmitry Ivankov <divanorama@gmail.com>
To: git@vger.kernel.org
Cc: SASAKI Suguru <sss.sonik@gmail.com>,
Junio C Hamano <gitster@pobox.com>,
Dmitry Ivankov <divanorama@gmail.com>
Subject: [PATCH v2 0/5] fixes for committer/author parsing/check
Date: Thu, 11 Aug 2011 16:21:05 +0600 [thread overview]
Message-ID: <1313058070-4774-1-git-send-email-divanorama@gmail.com> (raw)
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
next reply other threads:[~2011-08-11 10:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-11 10:21 Dmitry Ivankov [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1313058070-4774-1-git-send-email-divanorama@gmail.com \
--to=divanorama@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=sss.sonik@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).