Re: [PATCH] diff.c: diff.renamelimit => diff.renameLimit in message

2013-03-21 Thread Junio C Hamano
Max Nanasy writes: > In the warning message printed when rename or unmodified copy > detection was skipped due to too many files, change "diff.renamelimit" > to "diff.renameLimit", in order to make it consistent with git > documentation, which consistently uses "diff.renameLimit". > > Signed-off-

[PATCH] diff.c: diff.renamelimit => diff.renameLimit in message

2013-03-21 Thread Max Nanasy
In the warning message printed when rename or unmodified copy detection was skipped due to too many files, change "diff.renamelimit" to "diff.renameLimit", in order to make it consistent with git documentation, which consistently uses "diff.renameLimit". Signed-off-by: Max Nanasy --- diff.c | 2