Re: [PATCH 13/44] pack: move approximate object count to object store

2018-03-21 Thread Brandon Williams
On 03/04, Duy Nguyen wrote: > On Sun, Mar 4, 2018 at 9:47 AM, Eric Sunshine wrote: > > On Sat, Mar 3, 2018 at 6:36 AM, Nguyễn Thái Ngọc Duy > > wrote: > >> The approximate_object_count() function maintains a rough count of > >> objects in a repository

Re: [PATCH 13/44] pack: move approximate object count to object store

2018-03-03 Thread Duy Nguyen
On Sun, Mar 4, 2018 at 9:47 AM, Eric Sunshine wrote: > On Sat, Mar 3, 2018 at 6:36 AM, Nguyễn Thái Ngọc Duy > wrote: >> The approximate_object_count() function maintains a rough count of >> objects in a repository to estimate how long object name

Re: [PATCH 13/44] pack: move approximate object count to object store

2018-03-03 Thread Eric Sunshine
On Sat, Mar 3, 2018 at 6:36 AM, Nguyễn Thái Ngọc Duy wrote: > The approximate_object_count() function maintains a rough count of > objects in a repository to estimate how long object name abbreviates > should be. Object names are scoped to a repository and the > appropriate

[PATCH 13/44] pack: move approximate object count to object store

2018-03-03 Thread Nguyễn Thái Ngọc Duy
From: Stefan Beller The approximate_object_count() function maintains a rough count of objects in a repository to estimate how long object name abbreviates should be. Object names are scoped to a repository and the appropriate length may differ by repository, so the object