From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3822 invoked by alias); 24 Jul 2016 17:20:11 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 38937 Received: (qmail 3904 invoked from network); 24 Jul 2016 17:20:11 -0000 X-Qmail-Scanner-Diagnostics: from mail-qt0-f193.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.216.193):SA:0(0.0/5.0):. Processed in 0.135805 secs); 24 Jul 2016 17:20:11 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=FREEMAIL_FROM,SPF_PASS, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: np.hardass@gmail.com X-Qmail-Scanner-Mime-Attachments: |signature.asc| X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.216.193 as permitted sender) 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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:openpgp:message-id:date :user-agent:mime-version; bh=z5+Lnc169e2cBfQ2oNL1wswRCLQGGNyvRC8DD+nKHho=; b=cp0MXQ0OcgEFtLwyIAR5cT0HTAfMVnet2fuzHVJOxn2qwjhP/5SsBXNfPh4QWzt4Rw 8tSnhyOZhbfvyFmPPifVM3C2wi0mDCh+p15mGxt0W5zEemrLut8bxpRJ8u0npX6j8Du3 TgDLMQr0LWgWd22P7WuEtwAZhf4TmD4N77chnm47WM/Ji/IY/G6l3RYymliKmsRUbuuN YL2XBYMfRtyGQGJlU7YEXVPnAFzHH3MMpwt/SK1CgHgL6h4SNgsl8PoEOuByNQBPNPmy 5K7CSEf9E90d/vWcY7IcQYbvYt+wse4Liu0tSxHKqr+/S2aQMgzsNr2RwPmNwbD8nHAg pEUQ== X-Gm-Message-State: AEkoouuw4PDYHun5GW0LZ/bQgsh3cDyfzLIb8o3fF0i8XViH2KnvFfhmS0fKokLR5L3EUA== X-Received: by 10.200.37.60 with SMTP id 57mr22778639qtm.82.1469379736024; Sun, 24 Jul 2016 10:02:16 -0700 (PDT) To: zsh-workers@zsh.org From: NP-Hardass Subject: [Feature Request] git push completion for signed pushes Openpgp: id=862040BE422755F27FDE13D5671C52F118F89C67; url=https://sks-keyservers.net/pks/lookup?op=get&search=0x671C52F118F89C67 Message-ID: Date: Sun, 24 Jul 2016 13:02:13 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="d0qtuDqg40bolErH79N3X8K44qv58edU6" --d0qtuDqg40bolErH79N3X8K44qv58edU6 Content-Type: multipart/mixed; boundary="xU4wgKKasGff4d08R9K0QN5CI17jmVUmk" From: NP-Hardass To: zsh-workers@zsh.org Message-ID: Subject: [Feature Request] git push completion for signed pushes --xU4wgKKasGff4d08R9K0QN5CI17jmVUmk Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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=3D(true|false|if-asked)] --[no-]signed:: --sign=3D(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. --=20 NP-Hardass [1] http://git.kernel.org/cgit/git/git.git/tree/Documentation/RelNotes/2.2.0.= txt?h=3Dv2.2.0#n81 [2] http://git.kernel.org/cgit/git/git.git/tree/Documentation/git-push.txt#n1= 5 --xU4wgKKasGff4d08R9K0QN5CI17jmVUmk-- --d0qtuDqg40bolErH79N3X8K44qv58edU6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXlPSVAAoJEBzZQR2yrxj7YdUQAI/hAVJJWzLndcPa+M8Bm3zr KTGEVZ6pNZnGnSfbpVRzK8T2CKkVH+En1JDGTHb1w/Bph1TPY06ITAfzmY1tOT09 jJYQzZmWgxv+D0faJ3SAzuv8u9gF2OOgy9+zBmWGFzaCTDZX7To2LTQUMntO+Kwv 8aL8G/mSs9mzVn3cPvZukmDAD7sgDv5tx2U7PozdQXIWOUhj4LyomRqbagZTz6P9 NFDtwp+XvJJyjONIsDH03YFtkJtt5uJNfuk5GrFLPSlwTox/XS7sx8DF31cJYtzy vO4SW5XhG8Lxocdh3Pxb25emu52vcVuyp/7kHzX8JEuAiEvRnHXVU1JZvlRMzG+D QVkuI758g7okgX56DpawGbJNz98fmhg0rzygQmptnub+rRnM41vl/cg+RWVpoj2Z QewkHuUod6/udTI0HFES7EYv1CB2kWlR06BxLiJs6Cn1VzkmQmDmeh3N3qXXWS2H nAaIY9DVn/yLfg19eYam28BUJtqiAZl8DlFCX0uGVaShDF4qjva4wUeIu9Be8bSG lgV9vM3/f6bpeInC9w/naRjGYrheTFJL5JLm03YUG9HwHjVgIH8ZEXSMQjFkbBhv cbKnHo6BhIKKwvxyPOGrhL1GndUZ0beYVjJMoiV3nVsP0O9KT5Yvzxlg/rAoAd13 16T/KhPs7F0gwQo1wbKw =ViDj -----END PGP SIGNATURE----- --d0qtuDqg40bolErH79N3X8K44qv58edU6--