Re: [PATCH 2/6] Add concept of 'publish' branch

2013-09-01 Thread Felipe Contreras
On Sun, Sep 1, 2013 at 3:41 AM, Eric Sunshine wrote: > On Sun, Sep 1, 2013 at 4:26 AM, Felipe Contreras > wrote: >> +static void setup_push_simple(struct remote *remote, struct branch *branch, >> + int triangular) >> +{ >> + if (branch->push_name) { >> +

Re: [PATCH 2/6] Add concept of 'publish' branch

2013-09-01 Thread Eric Sunshine
On Sun, Sep 1, 2013 at 4:26 AM, Felipe Contreras wrote: > The upstream branch is: > > branch.$name.remote > branch.$name.merge > > The publish branch is: > > branch.$name.pushremote > branch.$name.push > > Signed-off-by: Felipe Contreras > --- > builtin/push.c | 19 +++ >

[PATCH 2/6] Add concept of 'publish' branch

2013-09-01 Thread Felipe Contreras
The upstream branch is: branch.$name.remote branch.$name.merge The publish branch is: branch.$name.pushremote branch.$name.push Signed-off-by: Felipe Contreras --- builtin/push.c | 19 +++ remote.c | 34 -- remote.h | 4