aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.c
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-09-01 01:18:00 +0200
committerJunio C Hamano <gitster@pobox.com>2022-09-02 09:16:24 -0700
commitb0bff0be5463ebfb75a76ff8577b90ade439a437 (patch)
treee24ee1f8cdb1e998f957db50778c73240000529e /commit-graph.c
parentsubmodule--helper: refactor "errmsg_str" to be a "struct strbuf" (diff)
downloadgit-b0bff0be5463ebfb75a76ff8577b90ade439a437.tar.gz
git-b0bff0be5463ebfb75a76ff8577b90ade439a437.zip
submodule--helper: don't redundantly check "else if (res)"
The "res" variable must be true at this point in update_submodule(), as just a few lines above this we've unconditionally: if (!res) return 0; So we don't need to guard the "return 1" with an "else if (res)", we can return unconditionally at this point. See b3c5f5cb048 (submodule: move core cmd_update() logic to C, 2022-03-15) for the initial introduction of this code, this check of "res" has always been redundant. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Reviewed-by: Glen Choo <chooglen@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions