From: Junio C Hamano Date: Tue, 22 Sep 2020 19:36:31 +0000 (-0700) Subject: Merge branch 'jk/dont-count-existing-objects-twice' X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=221b755f3a99f600d08441fc5436d0f2ffe57065;p=git.git Merge branch 'jk/dont-count-existing-objects-twice' There is a logic to estimate how many objects are in the repository, which is mean to run once per process invocation, but it ran every time the estimated value was requested. * jk/dont-count-existing-objects-twice: packfile: actually set approximate_object_count_valid --- 221b755f3a99f600d08441fc5436d0f2ffe57065