commit | 394e1505b8c359461c4b7cbbd204f86b185c64a0 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Tue Jan 27 12:19:11 2015 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jan 28 12:21:12 2015 -0800 |
tree | 682198925b417a2dc4181bfc5f75a5cd7250201f | |
parent | 3c84ac86fc896c108b789b8eb26b169cc0e8088a [diff] |
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>