git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Many different remote branch sources
@ 2007-03-02 10:53 Alex Riesen
  2007-03-02 15:47 ` Johannes Schindelin
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Riesen @ 2007-03-02 10:53 UTC (permalink / raw)
  To: Git Mailing List

The following does not seem to work:

  [remote "dev1"]
    url = ...
    fetch = ...
  [remote "dev2"]
    url = ...
    fetch = ...

  [branch "integration"]
    remote = dev1
    merge = refs/heads/topic1

  [branch "integration"]
    remote = dev2
    merge = refs/heads/topic2

How can I specify that a branch has more then one
remote branch it can be merged with?

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

end of thread, other threads:[~2007-03-02 22:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-02 10:53 Many different remote branch sources Alex Riesen
2007-03-02 15:47 ` Johannes Schindelin
2007-03-02 22:18   ` Alex Riesen

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).