[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 felipe.contre...@gmail.com --- builtin/push.c | 19 +++ remote.c | 34

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 felipe.contre...@gmail.com 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 felipe.contre...@gmail.com ---

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 sunsh...@sunshineco.com wrote: On Sun, Sep 1, 2013 at 4:26 AM, Felipe Contreras felipe.contre...@gmail.com wrote: +static void setup_push_simple(struct remote *remote, struct branch *branch, + int triangular) +{ +