Skip to content

Commit 4017edc

Browse files
committed
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
2 parents 8c6bda0 + bc22b27 commit 4017edc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/git-svn.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,13 @@ Skip "branches" and "tags" of first level directories;;
146146
------------------------------------------------------------------------
147147
--
148148

149+
--log-window-size=<n>;;
150+
Fetch <n> log entries per request when scanning Subversion history.
151+
The default is 100. For very large Subversion repositories, larger
152+
values may be needed for 'clone'/'fetch' to complete in reasonable
153+
time. But overly large values may lead to higher memory usage and
154+
request timeouts.
155+
149156
'clone'::
150157
Runs 'init' and 'fetch'. It will automatically create a
151158
directory based on the basename of the URL passed to it;

0 commit comments

Comments
 (0)