Merge branch 'rj/maint-1.6.0-svn-parse-fix' into maint
* rj/maint-1.6.0-svn-parse-fix: git-svn: fix a sloppy Getopt::Long usage
This commit is contained in:
commit
54e0e6edfa
@ -144,7 +144,7 @@ my %cmd = (
|
||||
'dry-run|n' => \$_dry_run } ],
|
||||
'set-tree' => [ \&cmd_set_tree,
|
||||
"Set an SVN repository to a git tree-ish",
|
||||
{ 'stdin|' => \$_stdin, %cmt_opts, %fc_opts, } ],
|
||||
{ 'stdin' => \$_stdin, %cmt_opts, %fc_opts, } ],
|
||||
'create-ignore' => [ \&cmd_create_ignore,
|
||||
'Create a .gitignore per svn:ignore',
|
||||
{ 'revision|r=i' => \$_revision
|
||||
|
Loading…
Reference in New Issue
Block a user