Skip to content

Commit a987e94

Browse files
committed
git-svn: drop support for --preserve-merges
We already passed the `--rebase-merges` option to `git rebase` instead, now we make this move permanent. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent eb738b1 commit a987e94

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Documentation/git-svn.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,6 @@ config key: svn.authorsProg
678678
--strategy=<strategy>::
679679
-p::
680680
--rebase-merges::
681-
--preserve-merges (DEPRECATED)::
682681
These are only used with the 'dcommit' and 'rebase' commands.
683682
+
684683
Passed directly to 'git rebase' when using 'dcommit' if a

git-svn.perl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ sub _req_svn {
273273
'fetch-all|all' => \$_fetch_all,
274274
'dry-run|n' => \$_dry_run,
275275
'rebase-merges|p' => \$_rebase_merges,
276-
'preserve-merges|p' => \$_rebase_merges,
277276
%fc_opts } ],
278277
'commit-diff' => [ \&cmd_commit_diff,
279278
'Commit a diff between two trees',

0 commit comments

Comments
 (0)