existing scripts

This commit is contained in:
Travis Shears 2025-10-07 14:32:10 +02:00
commit 7f41e66b32
4 changed files with 818 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#/bin/sh
git diff -p -R --no-ext-diff --no-color \
| grep -E "^(diff|(old|new) mode)" --color=never \
| git apply;