File: save-patches-before-applying-c5e786156d47d752.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 (7 lines) | stat: -rw-r--r-- 267 bytes parent folder | download
1
2
3
4
5
6
7
---
fixes:
  - |
    The ``git pw {patch,series,bundle} apply`` commands will now save the
    downloaded patches before applying them. This avoids ascii/unicode issues
    on different versions of Python and avoids the need to load the entire
    patch into memory.