Fix issue #66 only edit text files not lfs pointers

This commit is contained in:
2026-05-29 21:29:19 +00:00
committed by jaby
parent 817abfe400
commit 813bc4dee8
+1 -1
View File
@@ -6,4 +6,4 @@ while IFS= read -r -d '' f; do
if [ "$(tail -c1 "$f")" != "" ]; then if [ "$(tail -c1 "$f")" != "" ]; then
printf '\n' >> "$f" printf '\n' >> "$f"
fi fi
done < <(git ls-files -z) done < <(git grep -z -I -l .)