summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGunnlaugur Þór Briem <gunnlaugur@gmail.com>2012-10-23 10:33:26 (GMT)
committerJeff King <peff@peff.net>2012-10-26 13:32:53 (GMT)
commitbc22b27749fa46762dd493501bedf333847f0fcd (patch)
tree42e5f095108d6eab5f158cc921011a3c68a60cf7 /Documentation
parent7e2010537e96d0a1144520222f20ba1dc3d61441 (diff)
downloadgit-bc22b27749fa46762dd493501bedf333847f0fcd.zip
git-bc22b27749fa46762dd493501bedf333847f0fcd.tar.gz
git-bc22b27749fa46762dd493501bedf333847f0fcd.tar.bz2
Document git-svn fetch --log-window-size parameter
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> Signed-off-by: Jeff King <peff@peff.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-svn.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index cfe8d2b..8b0d3ad 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -146,6 +146,13 @@ 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 higher memory usage and
+ request timeouts.
+
'clone'::
Runs 'init' and 'fetch'. It will automatically create a
directory based on the basename of the URL passed to it;