]> git.ipfire.org Git - thirdparty/git.git/commit
whitespace: allocate a few more bits and define WS_INCOMPLETE_LINE
authorJunio C Hamano <gitster@pobox.com>
Wed, 12 Nov 2025 22:02:55 +0000 (14:02 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Nov 2025 22:04:04 +0000 (14:04 -0800)
commita675104c399d242dd3ff5a0823fcd770563cf60f
treed4e1ffae50c2d596a5053fbb8b2bfada1c752a25
parent3a4eb5ad2e9166255d5921196470710523f24ec4
whitespace: allocate a few more bits and define WS_INCOMPLETE_LINE

Reserve a few more bits in the diff flags word to be used for future
whitespace rules.  Add WS_INCOMPLETE_LINE without implementing the
behaviour (yet).

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/core.adoc
diff.c
diff.h
ws.c
ws.h