Re: [PATCH] Only warn about missing branch.<n>.merge in pull.
From: Junio C Hamano <hidden>
Date: 2016-08-11 20:29:56
Josef Weidendorfer [off-list ref] writes:
On Monday 18 December 2006 21:43, Johannes Schindelin wrote:quoted
However, I would actually reuse our versatile (often hated?) config handling: [branch "xyz"] remote = blabla # this is the default remote merge = master # this is the default branch for the default remote merge = pu for remote second # merge 'pu' if pulling from secondLooks a little bit confusing, but is fine with me. I even would remove the need for the word "remote" in the second merge line. Anybody using this has to look it up in the documentation, anyway. Because these options are not really self-describing.
I actually am in favor of Johannes's one, except that it does look like you are always making a pentapus merge of pu, for, remote and second branches into xyz ;-).