Fix issue #66 only edit text files not lfs pointers
This commit is contained in:
+1
-1
@@ -6,4 +6,4 @@ while IFS= read -r -d '' f; do
|
||||
if [ "$(tail -c1 "$f")" != "" ]; then
|
||||
printf '\n' >> "$f"
|
||||
fi
|
||||
done < <(git ls-files -z)
|
||||
done < <(git grep -z -I -l .)
|
||||
|
||||
Reference in New Issue
Block a user