Re: Git stash gpg prompting

2014-05-30 Thread Junio C Hamano
Jeff King writes: > However, I wonder if it is really ever going to be sane to set > commit.gpgsign and not use something like gpg-agent. > > For example, if you > were to ever "git rebase" a patch series (or even just use "git rebase > -i" to refactor commits), you would be prompted for your pas

Re: Git stash gpg prompting

2014-05-30 Thread Jeff King
On Fri, May 30, 2014 at 01:07:16PM -0700, Eddie Monge wrote: > Git stash is prompting for passphrase to try to "sign" the changes > being stashed. > > Reproduce: > Add to global gitconfig with signing key: > ``` > [commit] > gpgsign = true > ``` > Go to a repo, make some changes, and then run `