Re: Commits are no longer gpg-signed in 2.9.0 when "commit.gpgsign" is enabled

2016-07-11 Thread Nils Fenner
gt; santiago at ~/test-signing ✔ git --version > git version 2.9.0 > santiago at ~/test-signing ✔ > > You can check the github repository > > Do you have a mwe/.gitconfig so I can take a look at it? > > I wonder if this issue is similar to what happened in

Commits are no longer gpg-signed in 2.9.0 when "commit.gpgsign" is enabled

2016-07-11 Thread Nils Fenner
Hey Git community, since Version 2.9.0, the configuration option "commit.gpgsign" doesn't work as users would expect. By committing via 'git gui' (or usual 'git commit' without further option), commits are not being auto-signed any longer, when "commit.gpgSign" configuration option is set. I

Git problem with CIFS/SAMBA URLs

2012-12-04 Thread Nils Fenner
Hi guys, I tried to use url.insteadof to get URLs mapped correctly, starting with a double-slash (//). Unfortunately, Git doesn't recognize that and still tries to connect to the original URL. I am using Git in a productive environment. On Windows desktops, MsysGit 1.7.11 and 1.8.0. On ubuntu