git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Document git-svn fetch --log-window-size parameter
@ 2012-10-23 10:33 Gunnlaugur Þór Briem
  2012-10-25  9:52 ` Jeff King
  0 siblings, 1 reply; 8+ messages in thread
From: Gunnlaugur Þór Briem @ 2012-10-23 10:33 UTC (permalink / raw)
  To: git; +Cc: Gunnlaugur Þór Briem

The --log-window-size parameter to git-svn fetch is undocumented.

Minimally describe what it does and why the user might change it.

Signed-off-by: Gunnlaugur Þór Briem <gunnlaugur@gmail.com>
---
 Documentation/git-svn.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index cfe8d2b..64756c9 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -146,6 +146,12 @@ Skip "branches" and "tags" of first level directories;;
 ------------------------------------------------------------------------
 --
 
+--log-window-size=<n>;;
+    Fetch <n> log entries per request when scanning Subversion history.
+    The default is 100. For very large Subversion repositories, larger
+    values may be needed for 'clone'/'fetch' to complete in reasonable
+    time. But overly large values may lead to request timeouts.
+
 'clone'::
 	Runs 'init' and 'fetch'.  It will automatically create a
 	directory based on the basename of the URL passed to it;
-- 
1.7.12.3

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

end of thread, other threads:[~2012-10-29 22:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-23 10:33 [PATCH] Document git-svn fetch --log-window-size parameter Gunnlaugur Þór Briem
2012-10-25  9:52 ` Jeff King
2012-10-26  9:46   ` Eric Wong
2012-10-26 13:32     ` Jeff King
2012-10-26 13:45       ` Gunnlaugur Thor Briem
2012-10-29 20:18       ` Eric Wong
2012-10-29 22:02         ` Jeff King
2012-10-29 22:36           ` Eric Wong

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