BUG: "git checkout -q -b foo origin/foo" is not quiet

2017-02-03 Thread Kevin Layer
$ 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

feature request: add -q to "git branch"

2017-02-03 Thread Kevin Layer
It should be possible to quietly create a branch. Thanks. Kevin

Re: BUG: "git checkout -q -b foo origin/foo" is not quiet

2017-02-03 Thread Kevin Layer
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'

Re: BUG: "git checkout -q -b foo origin/foo" is not quiet

2017-02-06 Thread Kevin Layer
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

Re: feature request: add -q to "git branch"

2017-02-06 Thread Kevin Layer
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

How can I tell, from a script, if “git cherry-pick” fails?

2016-11-02 Thread Kevin Layer
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

Re: How can I tell, from a script, if “git cherry-pick” fails?

2016-11-02 Thread Kevin Layer
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

post-rewrite hook doesn't run

2013-08-09 Thread Kevin Layer
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