On Tue, May 20 2008, Seth Falcon wrote:
[...]
quoted hunk
diff --git a/git-svn.perl b/git-svn.perl
index 2c53f39..de52c12 100755
--- a/git-svn.perl
+++ b/git-svn.perl
@@ -176,6 +176,7 @@ my %cmd = (
'strategy|s=s' => \$_strategy,
'local|l' => \$_local,
'fetch-all|all' => \$_fetch_all,
+ 'dryrun|n' => \$_dry_run,
s/dryrun/dry-run/ perhaps? Also, it looks like you've used spaces
instead of tabs.
Toby.