Skip to content

Commit

Permalink
Merge branch 'gb/maint-doc-svn-log-window-size' into maint
Browse files Browse the repository at this point in the history
* branch 'gb/maint-doc-svn-log-window-size':
  Document git-svn fetch --log-window-size parameter
  • Loading branch information
Junio C Hamano committed Dec 27, 2012
2 parents 8c6bda0 + bc22b27 commit 4017edc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/git-svn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4017edc

Please sign in to comment.