Re: [PATCH] branch: add -u as a shortcut for --set-upstream

2012-07-08 Thread Carlos Martín Nieto
On Fri, 2012-07-06 at 10:32 -0500, Jonathan Nieder wrote: > Hi Carlos, > > Carlos Martín Nieto wrote: > > > Add this shortcut just like git-push has it. > [...] > > --- a/builtin/branch.c > > +++ b/builtin/branch.c > > @@ -724,7 +724,7 @@ int cmd_branch(int argc, const char **argv, const char >

Re: [PATCH] branch: add -u as a shortcut for --set-upstream

2012-07-06 Thread Jonathan Nieder
Hi Carlos, Carlos Martín Nieto wrote: > Add this shortcut just like git-push has it. [...] > --- a/builtin/branch.c > +++ b/builtin/branch.c > @@ -724,7 +724,7 @@ int cmd_branch(int argc, const char **argv, const char > *prefix) > OPT__QUIET(&quiet, "suppress informational messages