On Tue, Jan 24, 2017 at 08:26:40PM +0000, Ramsay Jones wrote: > > +++ b/oidset.c > > @@ -0,0 +1,49 @@ > > +#include "cache.h" > > +#include "oidset.h" > > + > > +struct oidset_entry { > > + struct hashmap_entry hash; > > + struct object_id oid; > > +}; > > + > > +int oidset_hashcmp(const void *va, const void *vb, > > static int oidset_hashcmp( ... Yep, thanks. -Peff