summaryrefslogtreecommitdiff
path: root/releasenotes/notes/use-rebase-merges-2550c9573cfbf39a.yaml
blob: a4f551e8b2bc5c413bcb291fb8978eb7284f68b5 (plain)
1
2
3
4
5
6
7
---
fixes:
  - |
    With Git 2.18.0 and later, the ``--rebase-merges`` (``-r``) option will
    be used in place of the deprecated ``--preserve-merges`` (``-p``)
    option. This fixes a critical error when git-review is used with Git
    versions 2.34.0 onward, where the old option is no longer available.