Merge branch 'tb/config-type'
commite3e042b185ce3037acb61382da53521ac0beebbf
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 May 2018 06:59:26 +0000 (8 15:59 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 May 2018 06:59:26 +0000 (8 15:59 +0900)
tree33c09f9387057932cd749a667294c4fe52dd8b79
parent278c2511476533ad4680e3589b19ded01957ab48
parentfb0dc3bac135e9f6243bd6d293e8c9293c73b9cd
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
t/t1300-config.sh