File: enforce-filtering-by-project-59ed29c4b7edc0a5.yaml

package info (click to toggle)
git-pw 2.0.0-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 480 kB
  • sloc: python: 1,972; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
---
upgrade:
  - |
    Project configuration, e.g. via ``git config pw.project``, is now required.
    Previously, not configuring a project would result in items for for all
    projects being listed. This did not scale for larger instances such as
    `patchwork.ozlabs.org` and proved confusing for some users. If this
    functionality is required, you must explicitly request it using the ``*``
    character, e.g. ``git pw patch list --project='*'``.