File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,10 @@ If you still want the old default, you can get it by passing
95
95
`--prefix ""` on the command line (`--prefix=""` may not work if
96
96
your Perl's Getopt::Long is < v2.37).
97
97
98
+ --ignore-refs=<regex>;;
99
+ When passed to 'init' or 'clone' this regular expression will
100
+ be preserved as a config key. See 'fetch' for a description
101
+ of `--ignore-refs`.
98
102
--ignore-paths=<regex>;;
99
103
When passed to 'init' or 'clone' this regular expression will
100
104
be preserved as a config key. See 'fetch' for a description
@@ -138,6 +142,18 @@ the same local time zone.
138
142
--parent;;
139
143
Fetch only from the SVN parent of the current HEAD.
140
144
145
+ --ignore-refs=<regex>;;
146
+ Ignore refs for branches or tags matching the Perl regular
147
+ expression. A "negative look-ahead assertion" like
148
+ `^refs/remotes/origin/(?!tags/wanted-tag|wanted-branch).*$`
149
+ can be used to allow only certain refs.
150
+ +
151
+ [verse]
152
+ config key: svn-remote.<name>.ignore-refs
153
+ +
154
+ If the ignore-refs configuration key is set, and the command-line
155
+ option is also given, both regular expressions will be used.
156
+
141
157
--ignore-paths=<regex>;;
142
158
This allows one to specify a Perl regular expression that will
143
159
cause skipping of all matching paths from checkout from SVN.
You can’t perform that action at this time.
0 commit comments