git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/RFC v4] git-p4: warn if git authorship won't be retained
@ 2011-05-11  0:26 Luke Diamand
  2011-05-11  0:26 ` Luke Diamand
  0 siblings, 1 reply; 2+ messages in thread
From: Luke Diamand @ 2011-05-11  0:26 UTC (permalink / raw)
  To: git; +Cc: Pete Wyckoff, Junio C Hamano, Luke Diamand

Updated version of git-p4 authorship warning suggested by Junio,
incorporating fixes for problems in v2 pointed out by Peter Wyckoff.

In the previous version of this patch I forgot to add an && in the
test harness.

Pete suggested doing "grep -q" however it turns out that this
doesn't work - git-p4 explodes when it tries to do stdout.flush() at
line 1588 in importChanges(). I can only imagine that grep -q does
something very subtle to stdin.

Luke Diamand (1):
  git-p4: warn if git authorship won't be retained

 contrib/fast-import/git-p4     |   33 +++++++++++++++++++++++++++-
 contrib/fast-import/git-p4.txt |    7 ++++++
 t/t9800-git-p4.sh              |   46 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 84 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2011-05-11  0:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-11  0:26 [PATCH/RFC v4] git-p4: warn if git authorship won't be retained Luke Diamand
2011-05-11  0:26 ` Luke Diamand

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).