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

2014-04-11 Thread Junio C Hamano
Felipe Contreras writes: > The publish branch is the branch the user wants to push to, akin to the > upstream branch, which is the branch the user wants to use as a > baseline. It overrides other configurations, such as push.default, and > remote..push. > > The upstream branch is: > > branch.$n

[PATCH v3 2/8] Add concept of 'publish' branch

2014-04-11 Thread Felipe Contreras
The publish branch is the branch the user wants to push to, akin to the upstream branch, which is the branch the user wants to use as a baseline. It overrides other configurations, such as push.default, and remote..push. The upstream branch is: branch.$name.remote branch.$name.merge The publ