File: passthrough-git-am-arguments-23cd0b292304d648.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 (10 lines) | stat: -rw-r--r-- 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
---
upgrade:
  - |
    ``git pw patch apply``, ``git pw bundle apply`` and ``git pw series apply``
    will now pass any additional arugments provided through to ``git am``. For
    example::

        $ git pw patch apply 123 --signoff

    Previously it was necessary to escape these arguments with ``--``.