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

2017-02-06 Thread Kevin Layer
com> wrote: >> Hey Kevin, >> >> On Fri, Feb 3, 2017 at 11:59 PM, Kevin Layer <la...@known.net> wrote: >>> It should be possible to quietly create a branch. > > I think `git branch` is already quiet. Are you seeing something else? > > Regards, > Pranit Bauva

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 <cornelius.w...@tngtech.com> 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

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 <la...@known.net> wrote: > $ git checkout -q -b foo origin/foo > Branch foo set up to track remote branch foo from origin. > > I said -

feature request: add -q to "git branch"

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

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

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 <la...@known.net> wrote: > If the cherry-pick fails due to a merge

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

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