Merge branch 'jk/oid-array-cleanups'
Code cleanup. * jk/oid-array-cleanups: oidset: stop referring to sha1-array ref-filter: stop referring to "sha1 array" bisect: stop referring to sha1_array test-tool: rename sha1-array to oid-array oid_array: rename source file from sha1-array oid_array: use size_t for iteration oid_array: use size_t for count and allocation
This commit is contained in:
2
oidset.h
2
oidset.h
@ -4,7 +4,7 @@
|
||||
#include "khash.h"
|
||||
|
||||
/**
|
||||
* This API is similar to sha1-array, in that it maintains a set of object ids
|
||||
* This API is similar to oid-array, in that it maintains a set of object ids
|
||||
* in a memory-efficient way. The major differences are:
|
||||
*
|
||||
* 1. It uses a hash, so we can do online duplicate removal, rather than
|
||||
|
Reference in New Issue
Block a user