config.txt: clarify that add.ignore-errors is deprecated
commit394e1505b8c359461c4b7cbbd204f86b185c64a0
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Jan 2015 20:19:11 +0000 (27 12:19 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Jan 2015 20:21:12 +0000 (28 12:21 -0800)
tree682198925b417a2dc4181bfc5f75a5cd7250201f
parent3c84ac86fc896c108b789b8eb26b169cc0e8088a
config.txt: clarify that add.ignore-errors is deprecated

The old text gave an impression that even in a new repository using
old form might be safer.  Only Git from pre 1.7.0 days choke on the
correctly named variable, which is ancient by today's standard.

We have no intention to remove the support for deprecated ones, but
let's make sure that we do not give room for confused questions such
as "why does core.sparse-checkout not work, when add.ignore-errors
does?"

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