existing scripts
This commit is contained in:
commit
7f41e66b32
4 changed files with 818 additions and 0 deletions
5
bin/git-drop-file-mode-changes.sh
Executable file
5
bin/git-drop-file-mode-changes.sh
Executable 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue