All of lore.kernel.org
 help / color / mirror / Atom feed
* [Feature request] Add config option to gpgsign IFF key is present
@ 2018-03-10 15:28 NELSON, JOSHUA Y
  2018-03-11 17:21 ` brian m. carlson
  0 siblings, 1 reply; 3+ messages in thread
From: NELSON, JOSHUA Y @ 2018-03-10 15:28 UTC (permalink / raw)
  To: git@vger.kernel.org

Currently, `commit.gpgsign` allows you to give either 'true' or 'false' as a value. If the key is not present, commits will fail:

```sh
$ git commit -m "example"
error: gpg failed to sign the data
fatal: failed to write commit object
```

I like to reuse my config file across several machines, some of which do not have my GPG key. Would it be possible to add an option to sign the commit only if the private key for `user.signingkey` is present? It could be named something like `commit.gpgsign=default-yes`.

Thank you for your time,
Joshua Nelson

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

end of thread, other threads:[~2018-03-11 23:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-10 15:28 [Feature request] Add config option to gpgsign IFF key is present NELSON, JOSHUA Y
2018-03-11 17:21 ` brian m. carlson
2018-03-11 23:46   ` Joshua Nelson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.