Merge branch 'jk/dont-count-existing-objects-twice'
authorJunio C Hamano <redacted>
Tue, 22 Sep 2020 19:36:31 +0000 (12:36 -0700)
committerJunio C Hamano <redacted>
Tue, 22 Sep 2020 19:36:32 +0000 (12:36 -0700)
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

1  2 
packfile.c

diff --cc packfile.c
Simple merge
git clone https://git.99rst.org/PROJECT