author | Johannes Sixt <j6t@kdbg.org> | |
Thu, 23 Apr 2009 13:49:06 +0000 (15:49 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 24 Apr 2009 08:29:13 +0000 (01:29 -0700) | ||
commit | 178b513eb78ac8099588c5bed1f1f74f660cf009 | |
tree | b4f9cf9803ced33944d10620ca49bf7ab3ad0c9b | tree | snapshot |
parent | 677fbff88f368ed6ac52438ddbb530166ec1d5d1 | commit | diff |
builtin-help: silently tolerate unknown keys
If for some reason the config file contains a key without a subkey like
[man]
foo = bar
then even a plain
git help
produces an error message. With this patch such an entry is ignored.
Additionally, the warning about unknown sub-keys is removed. It could
become annoying if new sub-keys are introduced in the future, and then
the configuration is read by an old version of git that does not know
about it.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
If for some reason the config file contains a key without a subkey like
[man]
foo = bar
then even a plain
git help
produces an error message. With this patch such an entry is ignored.
Additionally, the warning about unknown sub-keys is removed. It could
become annoying if new sub-keys are introduced in the future, and then
the configuration is read by an old version of git that does not know
about it.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-help.c | diff | blob | history |