Merge branch 'tb/config-type'

The "git config" command uses separate options e.g. "--int", "--bool", etc. to specify what type the caller wants the value to be interpreted as. A new "--type=<typename>" option has been introduced, which would make it cleaner to define new types. * tb/config-type: builtin/config.c: support `--type=<type>` as preferred alias for `--<type>` builtin/config.c: treat type specifiers singularly

Junio C Hamano committed May 8, 2018 at 15:59 UTC e3e042b185ce3037acb61382da53521ac0beebbf

No changes.