git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] CHERRY_PICK_HEAD
@ 2011-02-20  4:12 Jay Soffian
  2011-02-20  4:12 ` [PATCH v4 1/4] t3507: introduce pristine-detach helper Jay Soffian
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jay Soffian @ 2011-02-20  4:12 UTC (permalink / raw)
  To: git
  Cc: Jay Soffian, Ævar Arnfjörð Bjarmason,
	Jonathan Nieder, Junio C Hamano

As compared to v3:

- Adds pristine-detach to the start of the series. I thought it made sense to
  refactor before adding the additional tests instead of after.

- Fixes t3404#16. This was due to CHERRY_PICK_HEAD overriding the authorship set
  by git rebase --interactive when used with --no-commit. Now we just don't
  write CHERRY_PICK_HEAD when --no-commit is given. This also addresses Junio's
  concern that doing so would be a regression.

  (That said, I wonder if rebase --interactive should use --reset-author when
  committing after using cherry-pick --no-commit just in case.)

- Addresses (I think) the various other feedback given in
  http://thread.gmane.org/gmane.comp.version-control.git/167031

Jay Soffian (3):
  Introduce CHERRY_PICK_HEAD
  bash: teach __git_ps1 about CHERRY_PICK_HEAD
  Teach commit about CHERRY_PICK_HEAD

Jonathan Nieder (1):
  t3507: introduce pristine-detach helper

 Documentation/git-cherry-pick.txt      |   19 ++++
 Documentation/git-commit.txt           |    7 +-
 Documentation/revisions.txt            |    5 +-
 branch.c                               |    1 +
 builtin/commit.c                       |  156 +++++++++++++++++++++++---------
 builtin/merge.c                        |    7 ++
 builtin/revert.c                       |   75 +++++-----------
 contrib/completion/git-completion.bash |    2 +
 t/t3507-cherry-pick-conflict.sh        |  150 ++++++++++++++++++++-----------
 t/t7509-commit.sh                      |   29 ++++++
 wt-status.c                            |    4 +-
 wt-status.h                            |    9 ++-
 12 files changed, 308 insertions(+), 156 deletions(-)

-- 
1.7.4.1.51.g615e0

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

end of thread, other threads:[~2011-02-20  4:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-20  4:12 [PATCH v4 0/4] CHERRY_PICK_HEAD Jay Soffian
2011-02-20  4:12 ` [PATCH v4 1/4] t3507: introduce pristine-detach helper Jay Soffian
2011-02-20  4:12 ` [PATCH v4 2/4] Introduce CHERRY_PICK_HEAD Jay Soffian
2011-02-20  4:12 ` [PATCH v4 3/4] bash: teach __git_ps1 about CHERRY_PICK_HEAD Jay Soffian
2011-02-20  4:12 ` [PATCH v4 4/4] Teach commit " Jay Soffian

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