diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-12-27 15:34:37 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-12-27 15:34:37 -0800 |
commit | 4017edcfaca3b61aa7482be32a0b0900fd8b4872 (patch) | |
tree | bc6a33a25753e53fd490209140484b607db5007f | |
parent | 8c6bda0f4dc7c013fe58f91070164ba8c55d2bd0 (diff) | |
parent | bc22b27749fa46762dd493501bedf333847f0fcd (diff) | |
download | git-4017edcfaca3b61aa7482be32a0b0900fd8b4872.tar.gz |
Merge branch 'gb/maint-doc-svn-log-window-size' into maint
* branch 'gb/maint-doc-svn-log-window-size':
Document git-svn fetch --log-window-size parameter
-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; |