Skip to content

Commit

Permalink
Document git-svn fetch --log-window-size parameter
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gunnlaugur Þór Briem authored and Jeff King committed Oct 26, 2012
1 parent 7e20105 commit bc22b27
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 bc22b27

Please sign in to comment.