Re: 2.10.0: git log --oneline prints gpg signatures in 4 lines

2016-09-21 Thread Leandro Lucarella
On Tue, 20 Sep 2016 19:15:33 -0400 Jeff King wrote: > On Tue, Sep 20, 2016 at 05:09:54PM +0200, Leandro Lucarella wrote: > > > Hi, starting from 2.10.0 I noticed that when using git log > > --oneline, if commits are signed with GPG, now the signatures are > > printed t

Re: 2.10.0: git log --oneline prints gpg signatures in 4 lines

2016-09-21 Thread Leandro Lucarella
On Tue, 20 Sep 2016 19:15:33 -0400 Jeff King wrote: > On Tue, Sep 20, 2016 at 05:09:54PM +0200, Leandro Lucarella wrote: > > > Hi, starting from 2.10.0 I noticed that when using git log > > --oneline, if commits are signed with GPG, now the signatures are > > printed t

2.10.0: git log --oneline prints gpg signatures in 4 lines

2016-09-20 Thread Leandro Lucarella
? -- Leandro Lucarella Technical Development Lead Sociomantic Labs GmbH <http://www.sociomantic.com>

Re: [PATCH] transport: report missing submodule pushes consistently on stderr

2016-08-24 Thread Leandro Lucarella
would say just enclose all the fprintf() inside a: if (transport->verbose > 0) But then this is the first time I look at the code. I was about to send a patch too but it will conflict with this one :) Anyway, thanks for the quick fix to the inconsistent printing with --quiet. --

Re: Getting "The following submodule paths contain changes that can not be found on any remote" when they are in the remote

2016-08-23 Thread Leandro Lucarella
On Tue, 23 Aug 2016 20:34:46 +0200 Leandro Lucarella wrote: > This even happens after doing a: > > git submodule deinit > rm -fr > rm -fr .git/modules/ > git submodule update --init One more thing, doing a clean new clone seems to work, but I have this issue in many many re

Getting "The following submodule paths contain changes that can not be found on any remote" when they are in the remote

2016-08-23 Thread Leandro Lucarella
s quite confusing. $ git --version git version 2.9.3 (running under Ubuntu 14.04) Please CC me, and thanks a lot in advance! -- Leandro Lucarella Technical Development Lead Sociomantic Labs GmbH <http://www.sociomantic.com> -- To unsubscribe from this list: send the line "unsubscr

Re: branch..pushremote not working with push.default simple or upstream

2013-06-07 Thread Leandro Lucarella
On Fri, Jun 07, 2013 at 10:27:58PM +0530, Ramkumar Ramachandra wrote: > Leandro Lucarella wrote: > > Thanks for the detailed explanations, I think this would cover my use > > case. Just for clarification, here are some more details on this use > > case, which I think is becomi

Re: branch..pushremote not working with push.default simple or upstream

2013-06-07 Thread Leandro Lucarella
nd 'git push' to push to my fork. Since pushing to the blessed repository is more "critical", is perfect that I need to explicitly push to it with 'git push upstream master'. Thank you. -- Leandro Lucarella Senior R&D Developer sociomantic labs GmbH <http://ww

branch..pushremote not working with push.default simple or upstream

2013-06-07 Thread Leandro Lucarella
IRC channel they suggested to try with other push.default settings and I did. 'matching' and 'current' works, but 'simple' and 'upstream' fail with the error message above. Thank you. -- Leandro Lucarella Senior R&D Developer sociomantic labs GmbH <http://w