From: Junio C Hamano Date: Fri, 4 Sep 2015 02:17:52 +0000 (-0700) Subject: Merge branch 'jk/fix-alias-pager-config-key-warnings' into maint X-Git-Tag: v2.5.2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa6d3749edce0a5ba8c9150f984cc307e0092d0d;p=thirdparty%2Fgit.git Merge branch 'jk/fix-alias-pager-config-key-warnings' into maint 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 --- fa6d3749edce0a5ba8c9150f984cc307e0092d0d