author | Jeff King <peff@peff.net> | |
Sat, 19 Feb 2011 10:21:57 +0000 (05:21 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 21 Feb 2011 18:23:41 +0000 (10:23 -0800) | ||
commit | 485445e22ab30e40a94ef5b59e46616912d01720 | |
tree | c28e1f5bdc0671efea8cd379f4588684cf440653 | tree | snapshot |
parent | 92c57e5c1d29db96a927e2a713c5aa4ae99ce749 | commit | diff |
commit: stop setting rename limit
For its post-commit summary, commit was explicitly setting
the default rename limit to 100. Presumably when the code
was added, it was necessary to do so. These days, however,
it will fall back properly to the diff default, and that
default has long since changed from 100.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
For its post-commit summary, commit was explicitly setting
the default rename limit to 100. Presumably when the code
was added, it was necessary to do so. These days, however,
it will fall back properly to the diff default, and that
default has long since changed from 100.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/commit.c | diff | blob | history |