Skip to content

Commit 54e0e6e

Browse files
committed
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
2 parents 41f64ad + e84dc6d commit 54e0e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-svn.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ BEGIN
144144
'dry-run|n' => \$_dry_run } ],
145145
'set-tree' => [ \&cmd_set_tree,
146146
"Set an SVN repository to a git tree-ish",
147-
{ 'stdin|' => \$_stdin, %cmt_opts, %fc_opts, } ],
147+
{ 'stdin' => \$_stdin, %cmt_opts, %fc_opts, } ],
148148
'create-ignore' => [ \&cmd_create_ignore,
149149
'Create a .gitignore per svn:ignore',
150150
{ 'revision|r=i' => \$_revision

0 commit comments

Comments
 (0)