git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] merge-recursive: option to disable renames
@ 2016-02-17  1:11 Felipe Gonçalves Assis
  2016-02-17  1:11 ` [PATCH v3 1/2] " Felipe Gonçalves Assis
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Felipe Gonçalves Assis @ 2016-02-17  1:11 UTC (permalink / raw)
  To: git; +Cc: Johannes.Schindelin, gitster, Felipe Gonçalves Assis

No more renames option. rename-threshold enables renames.

detect_rename is now a simple boolean. Its value is no longer linked to
DIFF_ANYTHING symbol.

A second optional patch is included, teaching merge-recursive to take
"find-renames[=<n>]" as well, for consistency.

Felipe Gonçalves Assis (2):
  merge-recursive: option to disable renames
  merge-recursive: more consistent interface

 Documentation/merge-strategies.txt | 14 ++++++++++++--
 merge-recursive.c                  | 12 +++++++++++-
 merge-recursive.h                  |  1 +
 3 files changed, 24 insertions(+), 3 deletions(-)

-- 
2.7.1.288.gfad33a8

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

end of thread, other threads:[~2016-02-17  3:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-17  1:11 [PATCH v3 0/2] merge-recursive: option to disable renames Felipe Gonçalves Assis
2016-02-17  1:11 ` [PATCH v3 1/2] " Felipe Gonçalves Assis
2016-02-17  1:41   ` Eric Sunshine
2016-02-17  3:16     ` Felipe Gonçalves Assis
2016-02-17  1:11 ` [PATCH v3 2/2] merge-recursive: more consistent interface Felipe Gonçalves Assis
2016-02-17  1:52   ` Eric Sunshine
2016-02-17  1:37 ` [PATCH v3 0/2] merge-recursive: option to disable renames Eric Sunshine
2016-02-17  3:38   ` Felipe Gonçalves Assis

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