zsh-workers
 help / color / mirror / code / Atom feed
* [Feature Request] git push completion for signed pushes
@ 2016-07-24 17:02 NP-Hardass
  2016-07-24 21:06 ` Oliver Kiddle
  0 siblings, 1 reply; 3+ messages in thread
From: NP-Hardass @ 2016-07-24 17:02 UTC (permalink / raw)
  To: zsh-workers


[-- Attachment #1.1: Type: text/plain, Size: 1083 bytes --]

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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-25  0:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-24 17:02 [Feature Request] git push completion for signed pushes NP-Hardass
2016-07-24 21:06 ` Oliver Kiddle
2016-07-24 23:40   ` NP-Hardass

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).