diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-06-07 16:43:22 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-06-08 10:09:13 +0900 |
commit | b7b793d1e7b1ec8104eef2da450ff47c02c9c365 (patch) | |
tree | 518d4b576e7422004ae438c8005a534a8b1881f3 /Documentation | |
parent | Git 2.31.1 (diff) | |
download | tgif-b7b793d1e7b1ec8104eef2da450ff47c02c9c365.tar.xz |
read-cache.c: don't guard calls to progress.c API
Don't guard the calls to the progress.c API with "if (progress)". The
API itself will check this. This doesn't change any behavior, but
makes this code consistent with the rest of the codebase.
See ae9af12287b (status: show progress bar if refreshing the index
takes too long, 2018-09-15) for the commit that added the pattern
we're changing here.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions