git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Remotes order in "git remote update"
@ 2008-03-09 10:22 Samuel Tardieu
  2008-03-09 10:38 ` Junio C Hamano
  0 siblings, 1 reply; 9+ messages in thread
From: Samuel Tardieu @ 2008-03-09 10:22 UTC (permalink / raw)
  To: git

It looks like remote repositories are ordered alphabetically by their
local names when doing a "git remote update". In a project I follow,
it has an unfortunate consequence: a dumb remote repository using
"http://" is fetched first, while many commits are shared between all
the upstreams I follow.

If remotes were fetched using their order in .git/config, it would
fetch from a "git://" remote repository first, limiting transfers from
the dumb remote repository. Is there a way to force the update order
short of changing the local names or issuing multiple fetch commands?

  Sam
-- 
Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/


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

end of thread, other threads:[~2008-03-10 19:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-09 10:22 Remotes order in "git remote update" Samuel Tardieu
2008-03-09 10:38 ` Junio C Hamano
2008-03-09 11:21   ` Samuel Tardieu
2008-03-09 20:50     ` Johannes Schindelin
2008-03-10  5:50       ` Junio C Hamano
2008-03-10 11:11         ` Johannes Schindelin
2008-03-10  8:17       ` Samuel Tardieu
2008-03-10 11:13         ` Johannes Schindelin
2008-03-10 19:21           ` 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).