File: update.sh

package info (click to toggle)
python-linecache2 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 156 kB
  • sloc: python: 942; makefile: 24; sh: 1
file content (3 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download | duplicates (3)
1
2
3
#!/bin/sh
# This isn't complete, but it makes it less painful.
git --git-dir=../cpython/.git format-patch -k -1 --stdout "HASHHERE" | filterdiff -i '*/Lib/**' --strip=2 --addprefix=linecache2/ -v | git am -k