Re: [PATCH v3 1/5] test-list-objects: List a subset of object ids

2017-10-02 Thread Junio C Hamano
Derrick Stolee <dsto...@microsoft.com> writes: > Subject: Re: [PATCH v3 1/5] test-list-objects: List a subset of object ids Style nit: s/List/list/; > > Signed-off-by: Derrick Stolee <dsto...@microsoft.com> This should stick to the left hand side. No need to resend,

[PATCH v3 1/5] test-list-objects: List a subset of object ids

2017-10-02 Thread Derrick Stolee
Create test-list-objects helper program to output a random sample of OIDs present in the repo. If no command line arguments are provided, all OIDs are output. The last command line argument specifies how many samples to output. Samples are collected across the entire set of available OIDs to