summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-05-12 22:11:18 -0700
committerJunio C Hamano <gitster@pobox.com>2013-05-12 22:11:18 -0700
commit3670e39a425e89869c36ceb9cd71805bb1bbb0ad (patch)
treee6d6c1e4b2f0bffc1def8d1906e8c0a697653d5c /git-svn.txt
parentfb593356390ebb0bdba611b12aad59e3107a933d (diff)
downloadgit-htmldocs-3670e39a425e89869c36ceb9cd71805bb1bbb0ad.tar.gz
Autogenerated HTML docs for v1.8.3-rc1-49-g8d975
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/git-svn.txt b/git-svn.txt
index 7706d41c8..58b6d540c 100644
--- a/git-svn.txt
+++ b/git-svn.txt
@@ -85,6 +85,10 @@ COMMANDS
When passed to 'init' or 'clone' this regular expression will
be preserved as a config key. See 'fetch' for a description
of '--ignore-paths'.
+--include-paths=<regex>;;
+ When passed to 'init' or 'clone' this regular expression will
+ be preserved as a config key. See 'fetch' for a description
+ of '--include-paths'.
--no-minimize-url;;
When tracking multiple directories (using --stdlayout,
--branches, or --tags options), git svn will attempt to connect
@@ -146,6 +150,14 @@ Skip "branches" and "tags" of first level directories;;
------------------------------------------------------------------------
--
+--include-paths=<regex>;;
+ This allows one to specify a Perl regular expression that will
+ cause the inclusion of only matching paths from checkout from SVN.
+ The '--include-paths' option should match for every 'fetch'
+ (including automatic fetches due to 'clone', 'dcommit',
+ 'rebase', etc) on a given repository. '--ignore-paths' takes
+ precedence over '--include-paths'.
+
--log-window-size=<n>;;
Fetch <n> log entries per request when scanning Subversion history.
The default is 100. For very large Subversion repositories, larger