git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Question about "branch.<name>.merge"
@ 2011-03-18 19:35 Josh Ralburton
  2011-03-18 21:13 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Ralburton @ 2011-03-18 19:35 UTC (permalink / raw)
  To: git

This is a typical section from a .git config file:

[remote "origin"]
    fetch = +refs/heads/*:refs/remotes/origin/*
    url = git://git.kernel.org/pub/scm/git/git.git
[branch "master"]
    remote = origin
    merge = refs/heads/master

I am curious why "branch.master.merge=refs/heads/master"  was
implemented to refer to the remote branch (refs/heads/master) rather
than the local branch (refs/remotes/origin/master).

Thanks.

Josh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-18 21:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-18 19:35 Question about "branch.<name>.merge" Josh Ralburton
2011-03-18 21:13 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).