commit: stop setting rename limit
commit485445e22ab30e40a94ef5b59e46616912d01720
authorJeff King <peff@peff.net>
Sat, 19 Feb 2011 10:21:57 +0000 (19 05:21 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Feb 2011 18:23:41 +0000 (21 10:23 -0800)
treec28e1f5bdc0671efea8cd379f4588684cf440653
parent92c57e5c1d29db96a927e2a713c5aa4ae99ce749
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>
builtin/commit.c