git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC/PATCH 0/5] add a --strategy option to "git cherry-pick"
@ 2010-03-25  4:58 Christian Couder
  2010-03-25  4:58 ` [RFC/PATCH 1/5] revert: use strbuf to refactor the code that writes the merge message Christian Couder
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Christian Couder @ 2010-03-25  4:58 UTC (permalink / raw)
  To: Junio C Hamano
  Cc: git, Alexander Gladysh, Johannes Schindelin, Stephan Beyer,
	Daniel Barkalow

The purpose of this series is to make it possible to test how "git cherry-pick"
would work with another merge strategy than the recursive one.

Junio suggested:

"It might not be a bad idea to teach a hidden primarily-for-debugging
option to "cherry-pick" to let it use resolve instead of recursive for
cases like this."

Christian Couder (5):
  revert: use strbuf to refactor the code that writes the merge message
  revert: refactor merge recursive code into its own function
  merge: refactor code that calls "git merge-STRATEGY"
  merge: make function try_merge_command non static
  revert: add "--strategy" option to choose merge strategy

 builtin/merge.c   |   81 ++++++++++++++-----------
 builtin/revert.c  |  174 ++++++++++++++++++++++++++++++----------------------
 cache.h           |    3 -
 merge-recursive.h |    4 +
 4 files changed, 149 insertions(+), 113 deletions(-)

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

end of thread, other threads:[~2010-03-25  5:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-25  4:58 [RFC/PATCH 0/5] add a --strategy option to "git cherry-pick" Christian Couder
2010-03-25  4:58 ` [RFC/PATCH 1/5] revert: use strbuf to refactor the code that writes the merge message Christian Couder
2010-03-25  4:58 ` [RFC/PATCH 2/5] revert: refactor merge recursive code into its own function Christian Couder
2010-03-25  4:58 ` [RFC/PATCH 3/5] merge: refactor code that calls "git merge-STRATEGY" Christian Couder
2010-03-25  4:58 ` [RFC/PATCH 4/5] merge: make function try_merge_command non static Christian Couder
2010-03-25  4:58 ` [RFC/PATCH 5/5] revert: add "--strategy" option to choose merge strategy Christian Couder

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