Merge branch 'ma/parse-maybe-bool'
commitbdfcdefd2f0587873436c950dd7a0798d313eb34
authorJunio C Hamano <gitster@pobox.com>
Tue, 22 Aug 2017 17:29:03 +0000 (22 10:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Aug 2017 17:29:03 +0000 (22 10:29 -0700)
treea87f56e7da3e2b6bbc93dd6e64a86a4a4801a372
parent6cb3822cfb34487b2e630f8fe0542c4e0dd8b2f2
parentf094b89a4d75216736830b5d2286ebc6846a25a9
Merge branch 'ma/parse-maybe-bool'

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