aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorBen Jackson <ben@ben.com>2009-04-11 10:46:18 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-11 17:55:37 -0700
commit88ec205477e18e612ab854f20ef87aa244b8debe (patch)
tree00a572f0cffbbf8065e8c5fefed99fd16c4c17b9 /Documentation/git-svn.txt
parent0d8bee71af1cda3d13d896c210773216dcf87b7c (diff)
downloadgit-88ec205477e18e612ab854f20ef87aa244b8debe.tar.gz
git-svn: Save init/clone --ignore-paths in config
The --ignored-paths argument is now stored as "svn-remote.$REMOTE_NAME.ignore-paths" in the config file. [ew: edited subject and message] Signed-off-by: Ben Jackson <ben@ben.com> Acked-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index aad5e65c70..9229d45ad9 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -85,6 +85,10 @@ COMMANDS
specified, the prefix must include a trailing slash.
Setting a prefix is useful if you wish to track multiple
projects that share a common repository.
+--ignore-paths=<regex>;;
+ When passed to 'init' or 'clone' this regular expression will
+ be preserved as a config key. See 'fetch' for a description
+ of '--ignore-paths'.
'fetch'::
Fetch unfetched revisions from the Subversion remote we are