File: use-rebase-merges-2550c9573cfbf39a.yaml

package info (click to toggle)
git-review 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 468 kB
  • sloc: python: 2,722; makefile: 150
file content (7 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (2)
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.