Skip to content

Commit

Permalink
Merge branch 'rj/maint-1.6.0-svn-parse-fix' into maint
Browse files Browse the repository at this point in the history
* rj/maint-1.6.0-svn-parse-fix:
  git-svn: fix a sloppy Getopt::Long usage
  • Loading branch information
gitster committed May 6, 2009
2 parents 41f64ad + e84dc6d commit 54e0e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-svn.perl
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ BEGIN
'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
Expand Down

0 comments on commit 54e0e6e

Please sign in to comment.