On Tue, May 20 2008, Seth Falcon wrote: [...] > 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. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html