From: Junio C Hamano Date: Mon, 31 Aug 2015 22:39:07 +0000 (-0700) Subject: Merge branch 'db/push-sign-if-asked' X-Git-Tag: v2.6.0-rc0~18 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b21089db6a6006bcf9233f0d8592044ca5553c6a?ds=inline;hp=--cc Merge branch 'db/push-sign-if-asked' The client side codepaths in "git push" have been cleaned up and the user can request to perform an optional "signed push", i.e. sign only when the other end accepts signed push. * db/push-sign-if-asked: push: add a config option push.gpgSign for default signed pushes push: support signing pushes iff the server supports it builtin/send-pack.c: use parse_options API config.c: rename git_config_maybe_bool_text and export it as git_parse_maybe_bool transport: remove git_transport_options.push_cert gitremote-helpers.txt: document pushcert option Documentation/git-send-pack.txt: document --signed Documentation/git-send-pack.txt: wrap long synopsis line Documentation/git-push.txt: document when --signed may fail --- b21089db6a6006bcf9233f0d8592044ca5553c6a