Re: [PATCH 0/5] activate diff.renames by default

2016-02-23 Thread Junio C Hamano
Matthieu Moy writes: > Junio C Hamano writes: > >> Matthieu Moy writes: >> >>> I have always wondered why diff.renames was not activated by default. >>> I've had it to true in my configuration for 9 years, and I've been >>> teaching newbies to set it for a while without issue. I think it's >>>

Re: [PATCH 0/5] activate diff.renames by default

2016-02-23 Thread Matthieu Moy
Junio C Hamano writes: > Matthieu Moy writes: > >> I have always wondered why diff.renames was not activated by default. >> I've had it to true in my configuration for 9 years, and I've been >> teaching newbies to set it for a while without issue. I think it's >> time to activate it by default,

Re: [PATCH 0/5] activate diff.renames by default

2016-02-23 Thread Junio C Hamano
Matthieu Moy writes: > I have always wondered why diff.renames was not activated by default. > I've had it to true in my configuration for 9 years, and I've been > teaching newbies to set it for a while without issue. I think it's > time to activate it by default, but please let me know if I miss

[PATCH 0/5] activate diff.renames by default

2016-02-23 Thread Matthieu Moy
I have always wondered why diff.renames was not activated by default. I've had it to true in my configuration for 9 years, and I've been teaching newbies to set it for a while without issue. I think it's time to activate it by default, but please let me know if I missed a reason to keep it to false