Re: confusion over the new branch and merge config
From: Jakub Narebski <hidden>
Date: 2016-06-15 22:42:47
Santi Béjar wrote:
On 1/2/07, Jakub Narebski [off-list ref] wrote:quoted
Junio C Hamano wrote:quoted
Obviously, the local names should matter more when you are doing local operations. So if you are using mergeLocal to give a shorthand to "git merge" that does not explicitly say what to merge, the above discussion does not apply. But if that is the case, mergeLocal should also not affect the selection of branches to be merged when "git pull" happens from a remote either.You can always use remote = ".", and then remote and local branches are the same...Currently it does not work.
Fact. I remember that there was proposal of having branch.<name>.remote=. and branch.<name>.merge=<ref> to make "git pull" on branch <name> do "git pull . <ref>". There was some discussion about this; perhaps it was not accepted (or forgotten to be accepted after resolving discussion). -- Jakub Narebski Poland