We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ff227 commit c45ca07Copy full SHA for c45ca07
git/commit_helper.sh
@@ -59,7 +59,7 @@ git status -su | tr \\r \\n | while read -r line;
59
do
60
FILE=$(echo "$line" | awk '{$1 = ""; print substr($0,2)}')
61
STATUS=$(echo "$line" | awk '{print substr($1,0,2)}')
62
- FILE_MIME=$(file --mime-type "$FILE" | grep -E "text|json" -c)
+ FILE_MIME=$(file --mime-type "$FILE" | grep -E "text|json|csv" -c)
63
64
PROCESSED_FILES+=1
65
0 commit comments