summaryrefslogtreecommitdiffstats
path: root/git-svn.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-01-26 17:36:43 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-01-26 17:36:43 +0000
commita07e81615021017ceca672ee38fc554bca031683 (patch)
tree06cb28c6cdc6fa445b554b6e674788c9a975ae10 /git-svn.html
parent20d47e3f1442b9a7384b08ea40846c078f227a47 (diff)
downloadgit-htmldocs-a07e81615021017ceca672ee38fc554bca031683.tar.gz
Autogenerated HTML docs for v1.6.1.1-230-gdfb04
Diffstat (limited to 'git-svn.html')
-rw-r--r--git-svn.html26
1 files changed, 25 insertions, 1 deletions
diff --git a/git-svn.html b/git-svn.html
index c4a68e940..4bce43b6e 100644
--- a/git-svn.html
+++ b/git-svn.html
@@ -496,6 +496,30 @@ repository to be able to interoperate with someone else's local Git
repository, either don't use this option or you should both use it in
the same local timezone.</p></div>
</dd>
+<dt>
+--ignore-paths=&lt;regex&gt;
+</dt>
+<dd>
+<p>
+ This allows one to specify Perl regular expression that will
+ cause skipping of all matching paths from checkout from SVN.
+ Examples:
+</p>
+<div class="literalblock">
+<div class="content">
+<pre><tt>--ignore-paths="^doc" - skip "doc*" directory for every fetch.</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>--ignore-paths="^[^/]+/(?:branches|tags)" - skip "branches"
+ and "tags" of first level directories.</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Regular expression is not persistent, you should specify
+it every time when fetching.</tt></pre>
+</div></div>
+</dd>
</dl></div>
</dd>
<dt>
@@ -1302,7 +1326,7 @@ should be manually entered with a text-editor or using <em>git-config</em>.</p><
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-01-19 08:35:25 UTC
+Last updated 2009-01-26 17:36:32 UTC
</div>
</div>
</body>