diff options
author | Jeff King <peff@peff.net> | 2012-11-04 08:00:21 -0500 |
---|---|---|
committer | Jeff King <peff@peff.net> | 2012-11-04 08:00:21 -0500 |
commit | 9a806be5dfd6d55b04ee2ed3455702b3d174d31c (patch) | |
tree | 4e457fda7800c891f3be5cf8610f138d9f88a3f1 /Documentation | |
parent | 17771447811cee1740810f2d60eb8c31d8b967c9 (diff) | |
parent | bc22b27749fa46762dd493501bedf333847f0fcd (diff) | |
download | git-9a806be5dfd6d55b04ee2ed3455702b3d174d31c.tar.gz |
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.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index cfe8d2b5df..8b0d3adfed 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; |