aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-12-26 15:32:18 -0800
committerJunio C Hamano <gitster@pobox.com>2023-12-26 21:20:32 -0800
commit45b625142d8ca2218af1fb2b37216e58953e775d (patch)
treefe2f7df714cf0d4cfac8bae919358bb8371110dc /builtin/commit.c
parentapply: correctly reverse patch's pre- and post-image mode bits (diff)
downloadgit-45b625142d8ca2218af1fb2b37216e58953e775d.tar.gz
git-45b625142d8ca2218af1fb2b37216e58953e775d.zip
apply: code simplification
Rewrite a bit hard-to-read ternary ?: expression into a cascade of if/else. Given that read-cache.c:add_index_entry() makes sure that the .ce_mode member is filled with a reasonable value before placing a cache entry in the index, if we see (ce_mode == 0), there is something seriously wrong going on. Catch such a bug and abort, instead of silently ignoring such an entry and silently skipping the check. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions