summaryrefslogtreecommitdiff
path: root/t/t7507-commit-verbose.sh
diff options
context:
space:
mode:
authorLibravatar Ben Peart <benpeart@microsoft.com>2018-11-05 14:27:51 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-11-06 12:49:59 +0900
commit6c5b7f55a845bccf7b3abda92a78c621898d838d (patch)
tree351a429fc3c5fb096884ec834a96029938ccc41d /t/t7507-commit-verbose.sh
parentspeed up refresh_index() by utilizing preload_index() (diff)
downloadtgif-6c5b7f55a845bccf7b3abda92a78c621898d838d.tar.xz
refresh_index: remove unnecessary calls to preload_index()
With refresh_index() learning to utilize preload_index() to speed up its operation there is no longer any benefit to having the caller preload the index first. Remove those unneeded calls by calling read_index() instead of the preload variant. There is no measurable performance impact of this patch - the 2nd call to preload_index() bails out quickly but there is no reason to call it twice. Signed-off-by: Ben Peart <benpeart@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7507-commit-verbose.sh')
0 files changed, 0 insertions, 0 deletions