[PATCH 1/5] merge-recursive: find-renames resets threshold

2016-02-21 Thread Felipe Gonçalves Assis
Make the find-renames option follow the behaviour in git-diff, where it resets the threshold when none is given. So, for instance, "--find-renames=25 --find-renames" should result in the default threshold (50%) instead of 25%. Signed-off-by: Felipe Gonçalves Assis ---

Re: [PATCH 1/5] merge-recursive: find-renames resets threshold

2016-02-21 Thread Eric Sunshine
On Sun, Feb 21, 2016 at 10:09 AM, Felipe Gonçalves Assis wrote: > Make the find-renames option follow the behaviour in git-diff, where it > resets the threshold when none is given. So, for instance, > "--find-renames=25 --find-renames" should result in the default >