Merge branch 'ma/parse-maybe-bool' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 18 Aug 2017 20:52:49 +0000 (13:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Aug 2017 20:52:50 +0000 (13:52 -0700)
commitba22bb836c6879bef366927330ab2f463ccf1a12
treed07ade17bc807b833d8ebe3374ea9b0089f04edb
parent7ec9d3d3a271e50cd3c5943dd708d5b199333aee
parentf094b89a4d75216736830b5d2286ebc6846a25a9
Merge branch 'ma/parse-maybe-bool' into next

Code clean-up.

* ma/parse-maybe-bool:
  parse_decoration_style: drop unused argument `var`
  treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool
  config: make git_{config,parse}_maybe_bool equivalent
  config: introduce git_parse_maybe_bool_text
  t5334: document that git push --signed=1 does not work
  Doc/git-{push,send-pack}: correct --sign= to --signed=
12 files changed:
Documentation/git-push.txt
Documentation/git-send-pack.txt
builtin/log.c
builtin/merge.c
builtin/pull.c
builtin/push.c
builtin/remote.c
builtin/send-pack.c
config.c
pager.c
submodule-config.c
t/t5534-push-signed.sh