Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-svn doc: mention "svn-remote.<name>.include-paths"
author
Brett Randall
<javabrett@gmail.com>
Mon, 24 Aug 2015 00:23:45 +0000
(10:23 +1000)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 26 Aug 2015 17:27:26 +0000
(10:27 -0700)
Mention the configuration variable in a way similar to how
"svn-remote.<name>.ignore-paths" is mentioned.
Signed-off-by: Brett Randall <javabrett@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
3c123fb
)
diff --git
a/Documentation/git-svn.txt
b/Documentation/git-svn.txt
index e801f2cafb1e7c15ba3fc228fcbdb57d0c575603..6845c493aa6222fba39fe12ddbaa378f0b80eee3 100644
(file)
--- a/
Documentation/git-svn.txt
+++ b/
Documentation/git-svn.txt
@@
-157,6
+157,9
@@
Skip "branches" and "tags" of first level directories;;
(including automatic fetches due to 'clone', 'dcommit',
'rebase', etc) on a given repository. '--ignore-paths' takes
precedence over '--include-paths'.
++
+[verse]
+config key: svn-remote.<name>.include-paths
--log-window-size=<n>;;
Fetch <n> log entries per request when scanning Subversion history.