Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: fix a typo in defining the --no-stop-on-copy option
author
Eric Wong
<normalperson@yhbt.net>
Mon, 20 Feb 2006 18:57:25 +0000
(10:57 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 20 Feb 2006 21:32:40 +0000
(13:32 -0800)
Just a typo, I doubt anybody would use (and I highly recommend not
using) this option anyways. But you never know...
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/git-svn/git-svn
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
73be17f
)
diff --git
a/contrib/git-svn/git-svn
b/contrib/git-svn/git-svn
index 71a8b3b2e69a47a4f1919589058121ac576f247c..1a8f40eddf46906b202b697ac7ff45e7e6d4e661 100755
(executable)
--- a/
contrib/git-svn/git-svn
+++ b/
contrib/git-svn/git-svn
@@
-38,7
+38,7
@@
GetOptions( 'revision|r=s' => \$_revision,
'edit|e' => \$_edit,
'rmdir' => \$_rmdir,
'help|H|h' => \$_help,
- 'no-stop-copy' => \$_no_stop_copy );
+ 'no-stop-
on-
copy' => \$_no_stop_copy );
my %cmd = (
fetch => [ \&fetch, "Download new revisions from SVN" ],
init => [ \&init, "Initialize and fetch (import)"],