git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Fixes to mh/rebase-fixup
@ 2010-01-22  9:22 Michael Haggerty
  2010-01-22  9:22 ` [PATCH 1/3] rebase -i: Avoid non-portable "test X -a Y" Michael Haggerty
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Michael Haggerty @ 2010-01-22  9:22 UTC (permalink / raw)
  To: git; +Cc: gitster, Johannes.Schindelin, tarmigan+git, j.sixt,
	Michael Haggerty

This patch series contains fixes to the mh/rebase-fixup patch series
as suggested by reviewers on the mailing list.

Since the mh/rebase-fixup patch series is already in "next", I have
written these fixup patches against "next".  I hope that is OK.

The third patch removes the attempt to use one-shot export of
variables in do_with_author(), as the "$@" command that it calls might
be a shell function.  This issue was discussed on the mailing list
[1].  This change has the side effect that the GIT_AUTHOR_* variables
remain exported after do_with_author() returns, but I don't think that
this is a problem in the context of git-rebase--interactive.sh.
However, additional review would be welcome here.

[1] http://marc.info/?l=git&m=126345851831751&w=2

Michael Haggerty (3):
  rebase -i: Avoid non-portable "test X -a Y"
  rebase -i: Enclose sed command substitution in quotes
  rebase -i: Export GIT_AUTHOR_* variables explicitly

 git-rebase--interactive.sh |    6 ++----
 t/lib-rebase.sh            |    2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

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

end of thread, other threads:[~2010-01-24  5:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-22  9:22 [PATCH 0/3] Fixes to mh/rebase-fixup Michael Haggerty
2010-01-22  9:22 ` [PATCH 1/3] rebase -i: Avoid non-portable "test X -a Y" Michael Haggerty
2010-01-22  9:22 ` [PATCH 2/3] rebase -i: Enclose sed command substitution in quotes Michael Haggerty
2010-01-22  9:22 ` [PATCH 3/3] rebase -i: Export GIT_AUTHOR_* variables explicitly Michael Haggerty
2010-01-22 11:16   ` Johannes Schindelin
2010-01-22 21:09     ` Junio C Hamano
2010-01-24  5:33       ` Michael Haggerty

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