From: Junio C Hamano Date: Mon, 31 Aug 2015 22:38:57 +0000 (-0700) Subject: Merge branch 'jk/fix-alias-pager-config-key-warnings' X-Git-Tag: v2.6.0-rc0~22 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7b7c10bf5e38ca8fe06ab80b073408e1dc6761d7?hp=--cc Merge branch 'jk/fix-alias-pager-config-key-warnings' 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 --- 7b7c10bf5e38ca8fe06ab80b073408e1dc6761d7