diff options
Diffstat (limited to 'commit.d/40git-rm')
-rwxr-xr-x | commit.d/40git-rm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/commit.d/40git-rm b/commit.d/40git-rm index 3d5289a..d2c51c2 100755 --- a/commit.d/40git-rm +++ b/commit.d/40git-rm @@ -1,7 +1,8 @@ #!/bin/sh set -e -TAB=" " +IFS=' +' if [ "$VCS" = git ] && [ -d .git ]; then for file in $(git ls-files --deleted); do |