Merge branch 'db/push-sign-if-asked'
commitb21089db6a6006bcf9233f0d8592044ca5553c6a
authorJunio C Hamano <gitster@pobox.com>
Mon, 31 Aug 2015 22:39:07 +0000 (31 15:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Aug 2015 22:39:08 +0000 (31 15:39 -0700)
tree3180d1a82829f4d9480e43bf68a5f1a4725aa31b
parent5b6211aee1f042a6961ef8a6bd8286db51bfc513
parent68c757f2199911005918aba45aa8ae0fecc72074
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
Documentation/config.txt
cache.h
config.c
send-pack.c
transport-helper.c
transport.c