author | Linus Torvalds <torvalds@linux-foundation.org> | |
Thu, 9 Apr 2009 19:40:39 +0000 (12:40 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 11 Apr 2009 18:00:45 +0000 (11:00 -0700) | ||
commit | 8f8c6fafd92fd547547bd7735e2d121a20997703 | |
tree | 42659ac556b9b826d48a165f2f6260d6e2f36e6b | tree | snapshot |
parent | e37347bba651f051998f23a3701b555f1a194557 | commit | diff |
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>
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 | diff | blob | history |