Josef Weidendorfer <Josef.Weidendorfer@xxxxxx> writes: > On Friday 03 November 2006 10:46, Karl Hasselström wrote: >> Hmm. How about changing the meaning of "remote" slightly? Like this: > > That's not good, as it changes existing config meaning. >... > Other option: Introduce "fetchonly" line which ignores the original > fetch lines in the remote section. > > [remote."gitster"] > url = gitster.example.com:/home/junio/git.git/ > fetch = heads/master:remotes/gitster/master > fetch = heads/next:remotes/gitster/next > [branch."master"] > remote = gitster > fetchonly = heads/master:remotes/gitster/master > merge = remotes/gitster/master That is a regression in that now I need to fetch twice (in the above example, in reality four). - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html