From: Junio C Hamano Date: Fri, 18 Aug 2017 20:52:49 +0000 (-0700) Subject: Merge branch 'ma/parse-maybe-bool' into next X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ba22bb836c6879bef366927330ab2f463ccf1a12?hp=ba22bb836c6879bef366927330ab2f463ccf1a12 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= ---