Avishay Lavie <avishay.lavie@xxxxxxxxx> wrote: > +++ b/git-svn.perl > @@ -233,6 +233,7 @@ my %cmd = ( > 'local|l' => \$_local, > 'fetch-all|all' => \$_fetch_all, > 'dry-run|n' => \$_dry_run, > + 'preserve-merges|p' => \$_preserve_merges > %fc_opts } ], > 'commit-diff' => [ \&cmd_commit_diff, > 'Commit a diff between two trees', You're missing a comma in the above hunk, but otherwise your patch looks trivially correct (no need to resend, I'll fix up on my end). -- 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