Re: [PATCH 3/7] diff: add --rename-file

2016-01-20 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > Git's heuristics to detect renames or copies works most of the time. > This option can be used to correct the result when it goes wrong. > Matching pairs get max rename score and override even exact rename > detection. > > Note that --rename-file does not try to br

Re: [PATCH 3/7] diff: add --rename-file

2016-01-20 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > Git's heuristics to detect renames or copies works most of the time. > This option can be used to correct the result when it goes wrong. > Matching pairs get max rename score and override even exact rename > detection. > > Note that --rename-file does not try to br