summaryrefslogtreecommitdiff
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2019-11-22 22:59:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-11-23 00:49:23 (GMT)
commitea8b7be1476a2301e3658a8e626b69c9d7f540bd (patch)
treeb267a8d64b0b04625931d6e334310b9227829ba4 /Documentation/git-svn.txt
parentd9f6f3b6195a0ca35642561e530798ad1469bd41 (diff)
downloadgit-ea8b7be1476a2301e3658a8e626b69c9d7f540bd.zip
git-ea8b7be1476a2301e3658a8e626b69c9d7f540bd.tar.gz
git-ea8b7be1476a2301e3658a8e626b69c9d7f540bd.tar.bz2
git svn: stop using `rebase --preserve-merges`
We deprecated `--preserve-merges` in favor of `--rebase-merges`; Let's reflect that in `git svn`. Note: Even when the user asks for `--preserve-merges`, we now silently pass `--rebase-merges` to `git rebase` instead. Technically, this is a change of behavior. But practically, `git svn` only ever asks for a non-interactive rebase, and `--preserve-merges` and `--rebase-merges` are on par with regard to that. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Acked-by: Eric Wong <e@80x24.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 53774f5..6624a14 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -677,7 +677,8 @@ config key: svn.authorsProg
-s<strategy>::
--strategy=<strategy>::
-p::
---preserve-merges::
+--rebase-merges::
+--preserve-merges (DEPRECATED)::
These are only used with the 'dcommit' and 'rebase' commands.
+
Passed directly to 'git rebase' when using 'dcommit' if a