Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Document git-svn fetch --log-window-size parameter
author
Gunnlaugur Þór Briem
<gunnlaugur@gmail.com>
Tue, 23 Oct 2012 10:33:26 +0000
(10:33 +0000)
committer
Jeff King
<peff@peff.net>
Fri, 26 Oct 2012 13:32:53 +0000
(09:32 -0400)
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>
Documentation/git-svn.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
7e20105
)
diff --git
a/Documentation/git-svn.txt
b/Documentation/git-svn.txt
index cfe8d2b5df78b85b7a675423f77a3996ebe24092..8b0d3adfede9ebffbddc294d6f30eedea0e2dfa0 100644
(file)
--- 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;
'clone'::
Runs 'init' and 'fetch'. It will automatically create a
directory based on the basename of the URL passed to it;