]> git.ipfire.org Git - thirdparty/git.git/commit
read-cache: reindent
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 12:56:02 +0000 (05:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 15:52:15 +0000 (08:52 -0700)
commit341e32111cc0bbf2542fbd8e604b5ed5187c3f98
treea81f1a8bbd985e11d1a725f950eb38b351a46b18
parent9a0c4701dcd5725c4184599322b52933ff5005ca
read-cache: reindent

I do not know how this happened without anybody noticing, but a few
months ago we added a16c4a245a (read-cache: submodule add need
--force given ignore=all configuration, 2026-02-06), and almost all
lines the patch added were incorrectly indented.

Reindent these lines so that they play better with surrounding lines
in the same file.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c