I think I got my git versions (old and new) mixed up. Sorry for the noise.
On Sat, Feb 4, 2017 at 1:17 PM, Pranit Bauva wrote:
> Hey Kevin,
>
> Sorry for the previous message.
>
> On Sun, Feb 5, 2017 at 2:47 AM, Pranit Bauva wrote:
>> Hey Kevin,
>>
>> On Fr
Yeah, my bad. I was confused. Sorry for the noise.
On Fri, Feb 3, 2017 at 4:55 PM, Cornelius Weig
wrote:
> On 02/03/2017 10:36 PM, Kevin Layer wrote:
>> Note that git version 1.8.3.1 is quiet and does not print the
>> "tracking remote" message.
>
> So what you a
Note that git version 1.8.3.1 is quiet and does not print the
"tracking remote" message.
On Fri, Feb 3, 2017 at 10:20 AM, Kevin Layer wrote:
> $ git checkout -q -b foo origin/foo
> Branch foo set up to track remote branch foo from origin.
>
> I said -q because I didn'
It should be possible to quietly create a branch.
Thanks.
Kevin
$ git checkout -q -b foo origin/foo
Branch foo set up to track remote branch foo from origin.
I said -q because I didn't want *any* output.
I looked at the git sources, on the maint branch, and it appears to
still be the case.
I see this behavior on 1.7.1.
Kevin
Nevermind. It's working as it should. The script that was doing the
cherry-pick was doing it in an if and I neglected to exit with a
non-zero status. Sorry for the noise.
On Wed, Nov 2, 2016 at 8:14 AM, Kevin Layer wrote:
> If the cherry-pick fails due to a merge conflict, it just re
If the cherry-pick fails due to a merge conflict, it just returns an
exit status of 0. I have a script that does a series of cherry-picks
and I need to know if they succeed.
I'm sure this has been covered before.
Using git version 1.8.3.1.
Thank you.
Kevin
for "git pull --rebase". I see it run when I do "git rebase -i ...".
Is this a bug or feature? It's with git version 1.7.11.7.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/m
8 matches
Mail list logo