summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-11-04 13:00:21 (GMT)
committerJeff King <peff@peff.net>2012-11-04 13:00:21 (GMT)
commit9a806be5dfd6d55b04ee2ed3455702b3d174d31c (patch)
tree4e457fda7800c891f3be5cf8610f138d9f88a3f1 /Documentation
parent17771447811cee1740810f2d60eb8c31d8b967c9 (diff)
parentbc22b27749fa46762dd493501bedf333847f0fcd (diff)
downloadgit-9a806be5dfd6d55b04ee2ed3455702b3d174d31c.zip
git-9a806be5dfd6d55b04ee2ed3455702b3d174d31c.tar.gz
git-9a806be5dfd6d55b04ee2ed3455702b3d174d31c.tar.bz2
Merge branch 'gb/maint-doc-svn-log-window-size'
* gb/maint-doc-svn-log-window-size: Document git-svn fetch --log-window-size parameter
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;