File: ignore-unstaged-uncommitted-submodule-changes-99dbf054f5617d08.yaml

package info (click to toggle)
git-review 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: python: 2,722; makefile: 150
file content (6 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
---
fixes:
  - |
    When checking for unstaged or uncommitted changes to avoid performing a
    test rebase, unstaged and uncommitted changes in Git submodules are now
    ignored since those won't be rebased anyway.