Allow users to un-configure rename detection
commit8f8c6fafd92fd547547bd7735e2d121a20997703
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 Apr 2009 19:40:39 +0000 (9 12:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 11 Apr 2009 18:00:45 +0000 (11 11:00 -0700)
tree42659ac556b9b826d48a165f2f6260d6e2f36e6b
parente37347bba651f051998f23a3701b555f1a194557
Allow users to un-configure rename detection

On Thu, 9 Apr 2009, Linus Torvalds wrote:
>
>  [diff]
>  renames = no

Btw, while doing this, I also though that "renames = on/off" made more
sense, but while we allow yes/no and true/false for booleans, we don't
allow on/off.

Should we? Maybe. Here's a stupid patch.

Linus

Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.c