X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=inline;f=git-svn.perl;h=3b524207ffef124ca62c82af33396fe87723be6c;hb=54e0e6edfa60f84b582112804365e207e70f44a6;hp=931d1a37bcf7c905f9968b7ce58e0dd329007f3d;hpb=00f97c72f22b82c6c77ae429986060832c6b6f55;p=git.git diff --git a/git-svn.perl b/git-svn.perl index 931d1a37b..3b524207f 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -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