deprecate core.statinfo at Git 2.0 boundary
commit6f4dd60d0713980cf976f569eb83850f9a28fe3c
authorJunio C Hamano <gitster@pobox.com>
Tue, 7 May 2013 05:31:10 +0000 (6 22:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 May 2013 05:31:42 +0000 (6 22:31 -0700)
treef3e8609059cec109182622bb704cac0074c8296a
parent239222f587ed06f96d90dd71c66d80a2b1e3dc9f
deprecate core.statinfo at Git 2.0 boundary

c08e4d5b5cfa (Enable minimal stat checking, 2013-01-22) advertised
the configuration variable core.checkstat in the documentation and
its log message, but the code expected core.statinfo instead.

For now, add core.checkstat, and warn people who have core.statinfo
in their configuration file that we will remove it in Git 2.0.

Noticed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.c