5 lines
116 B
Bash
Executable file
5 lines
116 B
Bash
Executable file
#/bin/sh
|
|
|
|
git diff -p -R --no-ext-diff --no-color \
|
|
| grep -E "^(diff|(old|new) mode)" --color=never \
|
|
| git apply;
|