]> Kevux Git Server - rit/commit
Merge branch 'jc/whitespace-incomplete-line'
authorJunio C Hamano <gitster@pobox.com>
Fri, 27 Feb 2026 23:11:52 +0000 (15:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Feb 2026 23:11:52 +0000 (15:11 -0800)
commit0f0a57e1e3df3a41c1ccc6dcbd4642b83e977346
treed489c04cfe1a2c38c3364c5fff2c7e81c47632e6
parentc33b464dfdc5b3d2ebfefbc497efb4f30e369e18
parent6a41481c6de1cedb059930a710896c5ab2508a12
Merge branch 'jc/whitespace-incomplete-line'

It does not make much sense to apply the "incomplete-line"
whitespace rule to symbolic links, whose contents almost always
lack the final newline.  "git apply" and "git diff" are now taught
to exclude them for a change to symbolic links.

* jc/whitespace-incomplete-line:
  whitespace: symbolic links usually lack LF at the end
apply.c
diff.c