diff.c: diff.renamelimit => diff.renameLimit in message
commitc9fc4415e2c7d7673cdad34d41114ede3435a395
authorMax Nanasy <max.nanasy@gmail.com>
Thu, 21 Mar 2013 19:53:38 +0000 (21 12:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Mar 2013 21:06:49 +0000 (21 14:06 -0700)
tree976c990e3918ea40e639828ff5c4a822dd8a169b
parentb8527d5fa61f4401c38e5992b154d7a323aacbf0
diff.c: diff.renamelimit => diff.renameLimit in message

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 <max.nanasy@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c