Merge branch 'jk/fix-alias-pager-config-key-warnings'
authorJunio C Hamano <gitster@pobox.com>
Mon, 31 Aug 2015 22:38:57 +0000 (15:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Aug 2015 22:38:57 +0000 (15:38 -0700)
Because the configuration system does not allow "alias.0foo" and
"pager.0foo" as the configuration key, the user cannot use '0foo'
as a custom command name anyway, but "git 0foo" tried to look these
keys up and emitted useless warnings before saying '0foo is not a
git command'. These warning messages have been squelched.

* jk/fix-alias-pager-config-key-warnings:
config: silence warnings for command names with invalid keys

1  2 
cache.h
config.c
pager.c
t/t7006-pager.sh
diff --cc cache.h
Simple merge
diff --cc config.c
Simple merge
diff --cc pager.c
Simple merge
Simple merge