Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[Feature Request] git push completion for signed pushes
- X-seq: zsh-workers 38937
- From: NP-Hardass <np.hardass@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [Feature Request] git push completion for signed pushes
- Date: Sun, 24 Jul 2016 13:02:13 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:openpgp:message-id:date:user-agent:mime-version; bh=z5+Lnc169e2cBfQ2oNL1wswRCLQGGNyvRC8DD+nKHho=; b=YtYCzIoZe8SPoOetVQYDz676qYzajeoYUJCOWaKmYBXFKxIaC3dqw1/XBHEWBr8HUC SoEt6IXPUPxAGIAnAWGEDPbPQYJdy9wVgEpql0bz7vZ9dg67JH0bWjwcVVXZjiZ0D9/l 3HMdZe1Em88ppQ8mVJJet1xJ7mGsZCX/U7f+knXFVpZt6q/OunZ5xU2YidCoJf1lnQ9m 6zgUP9IU0sCO9Zyo2Pz8S5vnEDvEo8YRSmwXPkLyEDnoaW9BEqD8S7SKQObLeepBqZv/ gQcCER9ZVTnwnihAAFX47riBnPZA7bRRHJphNbNEwIMv4I0JxfU+5sZDvSJHDfhmnVV5 sCpA==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Openpgp: id=862040BE422755F27FDE13D5671C52F118F89C67; url=https://sks-keyservers.net/pks/lookup?op=get&search=0x671C52F118F89C67
Hello,
Git added the ability to have GPG signed pushes in v2.2.0 [1] back in
2014. however, there is currently no completion for these options. As a
result, I'd like to request that they be added.
Here are the options as listed in the man-pages [2]
Excerpt:
git push [--[no-]signed|--sign=(true|false|if-asked)]
--[no-]signed::
--sign=(true|false|if-asked)::
GPG-sign the push request to update refs on the receiving
side, to allow it to be checked by the hooks and/or be
logged. If `false` or `--no-signed`, no signing will be
attempted. If `true` or `--signed`, the push will fail if the
server does not support signed pushes. If set to `if-asked`,
sign if and only if the server supports signed pushes. The push
will also fail if the actual call to `gpg --sign` fails. See
linkgit:git-receive-pack[1] for the details on the receiving end.
--
NP-Hardass
[1]
http://git.kernel.org/cgit/git/git.git/tree/Documentation/RelNotes/2.2.0.txt?h=v2.2.0#n81
[2]
http://git.kernel.org/cgit/git/git.git/tree/Documentation/git-push.txt#n15
Attachment:
signature.asc
Description: OpenPGP digital signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author