Re: [PATCH] git-stash: Don't GPG sign when stashing changes

2016-05-02 Thread Daurnimator
On 15 April 2016 at 01:50, Johannes Schindelin wrote: > Hi Cameron, > > On Wed, 13 Apr 2016, Cameron Currie wrote: > >> > > On Thu, 7 Apr 2016, daurnimator wrote: >> > > >> > >> Cameron Currie cameroncurrie.net> writes: >> > >> > This is helpful for folks with

Re: [PATCH] git-stash: Don't GPG sign when stashing changes

2016-04-14 Thread Johannes Schindelin
Hi Cameron, On Wed, 13 Apr 2016, Cameron Currie wrote: > > > On Thu, 7 Apr 2016, daurnimator wrote: > > > > > >> Cameron Currie cameroncurrie.net> writes: > > >> > This is helpful for folks with commit.gpgsign = true in their > > >> > .gitconfig. > > >> > > >> >

Re: [PATCH] git-stash: Don't GPG sign when stashing changes

2016-04-11 Thread Daurnimator
On 7 April 2016 at 18:19, Johannes Schindelin wrote: > Hi, > > you dropped the Cc: list. So most likely Cameron won't get your mail nor > any response to your mail. I originally replied via the gmane web interface, apparently it doesn't CC the original sender. CCd

Re: [PATCH] git-stash: Don't GPG sign when stashing changes

2016-04-07 Thread Johannes Schindelin
Hi, you dropped the Cc: list. So most likely Cameron won't get your mail nor any response to your mail. On Thu, 7 Apr 2016, daurnimator wrote: > Cameron Currie cameroncurrie.net> writes: > > This is helpful for folks with commit.gpgsign = true in their .gitconfig. > > >

Re: [PATCH] git-stash: Don't GPG sign when stashing changes

2016-04-06 Thread daurnimator
Cameron Currie cameroncurrie.net> writes: > This is helpful for folks with commit.gpgsign = true in their .gitconfig. > https://github.com/git/git/pull/186 I too would like this. Bumping due to lack of attention. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of

Re: [PATCH] git-stash: Don't GPG sign when stashing changes

2015-11-06 Thread Junio C Hamano
Cameron Currie writes: > This is helpful for folks with commit.gpgsign = true in their .gitconfig. > --- > git-stash.sh | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) I have to wonder if the right fix is to change "git commit-tree" to ignore that

[PATCH] git-stash: Don't GPG sign when stashing changes

2015-11-06 Thread Cameron Currie
This is helpful for folks with commit.gpgsign = true in their .gitconfig. --- git-stash.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git-stash.sh b/git-stash.sh index c7c65e2..fcf01b9 100755 --- a/git-stash.sh +++ b/git-stash.sh @@ -85,7 +85,7 @@ create_stash () {