Re: [PATCH v3 04/12] cache.h: add comment explaining the order in object_type

2018-05-08 Thread Duy Nguyen
On Tue, May 1, 2018 at 8:40 PM, Ævar Arnfjörð Bjarmason wrote: > The order in the enum might seem arbitrary, and isn't explained by > 72518e9c26 ("more lightweight revalidation while reusing deflated > stream in packing", 2006-09-03) which added it. > > Derrick Stolee suggested that it's ordered t

Re: [PATCH v3 04/12] cache.h: add comment explaining the order in object_type

2018-05-02 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > The order in the enum might seem arbitrary, and isn't explained by > 72518e9c26 ("more lightweight revalidation while reusing deflated > stream in packing", 2006-09-03) which added it. > > Derrick Stolee suggested that it's ordered topologically in > that as a c

[PATCH v3 04/12] cache.h: add comment explaining the order in object_type

2018-05-01 Thread Ævar Arnfjörð Bjarmason
The order in the enum might seem arbitrary, and isn't explained by 72518e9c26 ("more lightweight revalidation while reusing deflated stream in packing", 2006-09-03) which added it. Derrick Stolee suggested that it's ordered topologically in 5f8b1ec1-258d-1acc-133e-a7c248b40...@gmail.com. Makes sen