Revision fa6d3749edce0a5ba8c9150f984cc307e0092d0d authored by Junio C Hamano on 04 September 2015, 02:17:52 UTC, committed by Junio C Hamano on 04 September 2015, 02:17:52 UTC
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
2 parent s 0b2cef2 + 9e9de18
History
File Mode Size
bitmap.c -rw-r--r-- 5.0 KB
ewah_bitmap.c -rw-r--r-- 16.2 KB
ewah_io.c -rw-r--r-- 5.5 KB
ewah_rlw.c -rw-r--r-- 2.9 KB
ewok.h -rw-r--r-- 6.7 KB
ewok_rlw.h -rw-r--r-- 3.1 KB

back to top