Files
git-tfs/doc
Peter Baumann 879fdd4884 Use --rebase-merges for rebase instead of the deprecated --preserve-merges
git rebase --rebase-merges commandline switch was introduced in Git
version v2.18.0 (released on 2018-06-21) to replace the --preserve-merges
commandline switch to git rebase. Since v2.22.0 the old --preserve-merges
is offically deprecated.

Replace the deprecated usage of --preserve-merges with the newer --rebase-merges
option on all occurences.

The decision was made that the git version v2.18.0 as the minimum required version
is reasonably old enough to assume that the user has it (or a newer version)
installed on his machine. Therefore no version dependend logic on which
switch to select was implemented here.
2020-10-28 01:19:28 +01:00
..
2016-10-31 15:59:08 +01:00
2015-07-19 00:11:25 +02:00
2020-01-26 12:31:02 +01:00
2016-10-31 15:46:01 +01:00
2015-07-19 01:05:44 +02:00
2013-06-03 10:57:51 -04:00
2013-06-03 10:57:51 -04:00
2013-11-26 17:21:57 +01:00
2014-10-26 17:19:44 +01:00