All of lore.kernel.org
 help / color / mirror / Atom feed
* [PU PATCH] Fix git fetch for very large ref counts
@ 2007-02-13  1:21 Julian Phillips
  2007-02-13  1:21 ` [PATCH] Allow fetch--tool to read from stdin Julian Phillips
  2007-02-13  3:18 ` [PU PATCH] Fix git fetch for very large ref counts Junio C Hamano
  0 siblings, 2 replies; 8+ messages in thread
From: Julian Phillips @ 2007-02-13  1:21 UTC (permalink / raw)
  To: git

The updated git fetch in pu is vastly improved on repositories with very
large numbers of refs.  The time taken for a no-op fetch over ~9000 refs
drops from ~48m to ~0.5m.

However, before git fetch will actually run on a repository with ~9000
refs the calling interface between fetch and fetch--tool needs to be
changed.  The existing version passes the entire reflist on the command
line, which means that it is subject to the maxiumum environment size
passed to a child process by execve.

The following patches add a stdin based interface to fetch--tool allowing
the ~9000 refs to be passed without exceeding the environment limit.

--
Julian

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

end of thread, other threads:[~2007-02-13 17:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-13  1:21 [PU PATCH] Fix git fetch for very large ref counts Julian Phillips
2007-02-13  1:21 ` [PATCH] Allow fetch--tool to read from stdin Julian Phillips
2007-02-13  1:21   ` [PATCH] Use stdin reflist passing in parse-remote Julian Phillips
2007-02-13  1:21     ` [PATCH] Use stdin reflist passing in git-fetch.sh Julian Phillips
2007-02-13  2:31       ` Linus Torvalds
2007-02-13  3:18 ` [PU PATCH] Fix git fetch for very large ref counts Junio C Hamano
2007-02-13 10:39   ` Julian Phillips
2007-02-13 17:58     ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.