From 92d120f9223995e1bea725f807635881cf3b6ba5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 Apr 2008 14:54:20 -0400 Subject: remove unused TAB settings --- commit.d/40git-rm | 2 -- 1 file changed, 2 deletions(-) (limited to 'commit.d/40git-rm') diff --git a/commit.d/40git-rm b/commit.d/40git-rm index 3d5289a..acf7c37 100755 --- a/commit.d/40git-rm +++ b/commit.d/40git-rm @@ -1,8 +1,6 @@ #!/bin/sh set -e -TAB=" " - if [ "$VCS" = git ] && [ -d .git ]; then for file in $(git ls-files --deleted); do if [ ! -d "$file" ]; then -- cgit v1.2.3