]> git.ipfire.org Git - thirdparty/git.git/commit
attr: enable incomplete-line whitespace error for this project
authorJunio C Hamano <gitster@pobox.com>
Wed, 12 Nov 2025 22:02:58 +0000 (14:02 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Nov 2025 16:26:46 +0000 (08:26 -0800)
commit51358a1ede7f4b6b50e4e5a86558af5204691fe0
tree3449d68f35d55a9e35354b54e4deb040e3fbb477
parentab2693cb52a40f597d3cc2b6938626d14655f7c0
attr: enable incomplete-line whitespace error for this project

Now "git diff --check" and "git apply --whitespace=warn/fix" learned
incomplete line is a whitespace error, enable them for this project
to prevent patches to add new incomplete lines to our source to both
code and documentation files.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitattributes