| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-08 | pack-bitmap-write: ignore BITMAP_FLAG_REUSE | Jeff King | 1 | -1/+0 |
| 2020-08-19 | Merge branch 'jc/object-names-are-not-sha-1' | Junio C Hamano | 1 | -1/+1 |
| 2020-08-14 | messages: avoid SHA-1 in end-user facing messages | Junio C Hamano | 1 | -1/+1 |
| 2020-08-13 | Merge branch 'jt/has_object' | Junio C Hamano | 1 | -2/+2 |
| 2020-08-10 | Merge branch 'jk/strvec' | Junio C Hamano | 1 | -13/+13 |
| 2020-08-06 | pack-objects: no fetch when allow-{any,promisor} | Jonathan Tan | 1 | -2/+2 |
| 2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -1/+1 |
| 2020-07-28 | strvec: convert builtin/ callers away from argv_array name | Jeff King | 1 | -11/+11 |
| 2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
| 2020-07-21 | pack-objects: prefetch objects to be packed | Jonathan Tan | 1 | -4/+32 |
| 2020-07-21 | pack-objects: refactor to oid_object_info_extended | Jonathan Tan | 1 | -2/+6 |
| 2020-06-10 | upload-pack: send part of packfile response as uri | Jonathan Tan | 1 | -0/+76 |
| 2020-05-13 | Merge branch 'tb/shallow-cleanup' | Junio C Hamano | 1 | -0/+1 |
| 2020-04-30 | shallow: extract a header file for shallow-related functions | Taylor Blau | 1 | -0/+1 |
| 2020-04-28 | Use OPT_CALLBACK and OPT_CALLBACK_F | Denton Liu | 1 | -6/+6 |
| 2020-04-22 | Merge branch 'jk/oid-array-cleanups' | Junio C Hamano | 1 | -1/+1 |
| 2020-03-30 | oid_array: rename source file from sha1-array | Jeff King | 1 | -1/+1 |
| 2020-03-29 | Merge branch 'ds/default-pack-use-sparse-to-true' | Junio C Hamano | 1 | -2/+2 |
| 2020-03-26 | Merge branch 'bc/sha-256-part-1-of-4' | Junio C Hamano | 1 | -1/+1 |
| 2020-03-20 | pack-objects: flip the use of GIT_TEST_PACK_SPARSE | Derrick Stolee | 1 | -2/+2 |
| 2020-03-05 | Merge branch 'jk/nth-packed-object-id' | Junio C Hamano | 1 | -23/+25 |
| 2020-03-02 | Merge branch 'jk/object-filter-with-bitmap' | Junio C Hamano | 1 | -3/+3 |
| 2020-02-24 | pack-objects: use object_id struct in pack-reuse code | Jeff King | 1 | -4/+5 |
| 2020-02-24 | pack-objects: convert oe_set_delta_ext() to use object_id | Jeff King | 1 | -1/+1 |
| 2020-02-24 | pack-objects: read delta base oid into object_id struct | Jeff King | 1 | -17/+18 |
| 2020-02-24 | nth_packed_object_oid(): use customary integer return | Jeff King | 1 | -2/+2 |
| 2020-02-24 | builtin/pack-objects: make hash agnostic | brian m. carlson | 1 | -1/+1 |
| 2020-02-14 | Merge branch 'mt/use-passed-repo-more-in-funcs' | Junio C Hamano | 1 | -1/+2 |
| 2020-02-14 | Merge branch 'jk/packfile-reuse-cleanup' | Junio C Hamano | 1 | -49/+194 |
| 2020-02-14 | pack-objects: support filters with bitmaps | Jeff King | 1 | -2/+1 |
| 2020-02-14 | pack-bitmap: basic noop bitmap filter infrastructure | Jeff King | 1 | -1/+1 |
| 2020-02-14 | rev-list: allow commit-only bitmap traversals | Jeff King | 1 | -1/+2 |
| 2020-01-31 | streaming: allow open_istream() to handle any repo | Matheus Tavares | 1 | -1/+2 |
| 2020-01-23 | pack-objects: add checks for duplicate objects | Jeff King | 1 | -1/+7 |
| 2020-01-23 | pack-objects: improve partial packfile reuse | Jeff King | 1 | -44/+170 |
| 2020-01-23 | builtin/pack-objects: introduce obj_is_packed() | Jeff King | 1 | -2/+7 |
| 2020-01-23 | pack-objects: introduce pack.allowPackReuse | Jeff King | 1 | -1/+7 |
| 2019-11-10 | Fix spelling errors in code comments | Elijah Newren | 1 | -1/+1 |
| 2019-09-30 | Merge branch 'jk/misc-uninitialized-fixes' | Junio C Hamano | 1 | -19/+14 |
| 2019-09-18 | Merge branch 'jk/drop-release-pack-memory' | Junio C Hamano | 1 | -11/+0 |
| 2019-09-13 | builtin/pack-objects: report reused packfile objects | Jeff King | 1 | -2/+4 |
| 2019-09-09 | Merge branch 'ds/feature-macros' | Junio C Hamano | 1 | -4/+4 |
| 2019-09-06 | pack-objects: drop packlist index_pos optimization | Jeff King | 1 | -19/+14 |
| 2019-09-06 | pack-objects: use object_id in packlist_alloc() | Jeff King | 1 | -1/+1 |
| 2019-08-13 | repo-settings: consolidate some config settings | Derrick Stolee | 1 | -4/+4 |
| 2019-08-13 | packfile: drop release_pack_memory() | Jeff King | 1 | -11/+0 |
| 2019-07-31 | repack: silence warnings when auto-enabled bitmaps cannot be built | Jeff King | 1 | -5/+16 |
| 2019-07-19 | Merge branch 'nd/tree-walk-with-repo' | Junio C Hamano | 1 | -1/+2 |
| 2019-07-09 | Merge branch 'jk/oidhash' | Junio C Hamano | 1 | -10/+11 |
| 2019-07-09 | Merge branch 'jk/delta-islands-progress-fix' | Junio C Hamano | 1 | -1/+1 |
| 2019-06-27 | sha1-file.c: remove the_repo from read_object_with_reference() | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2019-06-20 | delta-islands: respect progress flag | Jeff King | 1 | -1/+1 |
| 2019-06-20 | object: convert lookup_unknown_object() to use object_id | Jeff King | 1 | -1/+1 |
| 2019-06-20 | pack-objects: convert packlist_find() to use object_id | Jeff King | 1 | -9/+10 |
| 2019-06-13 | Merge branch 'jk/unused-params-final-batch' | Junio C Hamano | 1 | -4/+4 |
| 2019-05-19 | Merge branch 'ds/midx-too-many-packs' | Junio C Hamano | 1 | -1/+1 |
| 2019-05-13 | Merge branch 'ew/repack-with-bitmaps-by-default' | Junio C Hamano | 1 | -1/+1 |
| 2019-05-13 | pack-objects: drop unused rev_info parameters | Jeff King | 1 | -4/+4 |
| 2019-05-09 | Merge branch 'jk/pack-objects-reports-num-objects-to-trace2' | Junio C Hamano | 1 | -0/+2 |
| 2019-05-07 | midx: pass a repository pointer | Derrick Stolee | 1 | -1/+1 |
| 2019-04-12 | pack-objects: write objects packed to trace2 | Jonathan Tan | 1 | -0/+2 |
| 2019-04-01 | pack-bitmap: switch hash tables to use struct object_id | brian m. carlson | 1 | -3/+3 |
| 2019-03-18 | pack-objects: default to writing bitmap hash-cache | Jeff King | 1 | -1/+1 |
| 2019-02-22 | trace2:data: pack-objects: add trace2 regions | Derrick Stolee | 1 | -1/+15 |
| 2019-02-06 | Merge branch 'sl/const' | Junio C Hamano | 1 | -7/+7 |
| 2019-02-06 | Merge branch 'jk/loose-object-cache-oid' | Junio C Hamano | 1 | -2/+2 |
| 2019-02-06 | Merge branch 'ds/push-sparse-tree-walk' | Junio C Hamano | 1 | -1/+9 |
| 2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -1/+1 |
| 2019-02-05 | Merge branch 'ph/pack-objects-mutex-fix' | Junio C Hamano | 1 | -17/+10 |
| 2019-02-04 | various: tighten constness of some local variables | Shahzad Lone | 1 | -7/+7 |
| 2019-01-29 | Merge branch 'bc/tree-walk-oid' | Junio C Hamano | 1 | -2/+2 |
| 2019-01-28 | pack-objects: merge read_lock and lock in packing_data struct | Patrick Hogg | 1 | -14/+10 |
| 2019-01-28 | pack-objects: move read mutex to packing_data struct | Patrick Hogg | 1 | -5/+2 |
| 2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2019-01-17 | pack-objects: create GIT_TEST_PACK_SPARSE | Derrick Stolee | 1 | -0/+1 |
| 2019-01-17 | pack-objects: create pack.useSparse setting | Derrick Stolee | 1 | -0/+4 |
| 2019-01-17 | list-objects: consume sparse tree walk | Derrick Stolee | 1 | -1/+4 |
| 2019-01-15 | tree-walk: store object_id in a separate member | brian m. carlson | 1 | -2/+2 |
| 2019-01-14 | Merge branch 'md/exclude-promisor-objects-fix-cleanup' | Junio C Hamano | 1 | -2/+4 |
| 2019-01-08 | update comment references to sha1_object_info() | Jeff King | 1 | -2/+2 |
| 2019-01-04 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -3/+3 |
| 2018-12-06 | revision.c: put promisor option in specialized struct | Matthew DeVore | 1 | -2/+4 |
| 2018-11-21 | Merge branch 'cc/delta-islands' | Junio C Hamano | 1 | -1/+3 |
| 2018-11-21 | pack-objects: fix off-by-one in delta-island tree-depth computation | Jeff King | 1 | -1/+3 |
| 2018-11-19 | Merge branch 'tb/print-size-t-with-uintmax-format' | Junio C Hamano | 1 | -6/+6 |
| 2018-11-19 | Merge branch 'ds/push-squelch-ambig-warning' | Junio C Hamano | 1 | -0/+6 |
| 2018-11-18 | Merge branch 'jk/unused-parameter-fixes' | Junio C Hamano | 1 | -1/+4 |
| 2018-11-18 | Merge branch 'nd/pthreads' | Junio C Hamano | 1 | -24/+2 |
| 2018-11-12 | Upcast size_t variables to uintmax_t when printing | Torsten Bögershausen | 1 | -6/+6 |
| 2018-11-12 | pack-*.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-11-12 | delta-islands.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2018-11-07 | pack-objects: ignore ambiguous object warnings | Derrick Stolee | 1 | -0/+6 |
| 2018-11-06 | Merge branch 'md/exclude-promisor-objects-fix' | Junio C Hamano | 1 | -0/+1 |
| 2018-11-06 | assert NOARG/NONEG behavior of parse-options callbacks | Jeff King | 1 | -0/+3 |
| 2018-11-06 | pack-objects: mark index-version option as NONEG | Jeff King | 1 | -1/+1 |
| 2018-11-05 | pack-objects: remove #ifdef NO_PTHREADS | Nguyễn Thái Ngọc Duy | 1 | -24/+2 |
| 2018-10-30 | Merge branch 'js/pack-objects-mutex-init-fix' | Junio C Hamano | 1 | -1/+0 |
| 2018-10-23 | exclude-promisor-objects: declare when option is allowed | Matthew DeVore | 1 | -0/+1 |
| 2018-10-19 | pack-objects (mingw): initialize `packing_data` mutex in the correct spot | Johannes Schindelin | 1 | -1/+0 |
| 2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -1/+1 |
| 2018-10-16 | Merge branch 'jk/delta-islands-with-bitmap-reuse-delta-fix' | Junio C Hamano | 1 | -16/+52 |
| 2018-09-24 | Merge branch 'tb/void-check-attr' | Junio C Hamano | 1 | -2/+1 |
| 2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-09-19 | pack-objects: handle island check for "external" delta base | Jeff King | 1 | -16/+52 |
| 2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -2/+2 |
| 2018-09-17 | Merge branch 'cc/delta-islands' | Junio C Hamano | 1 | -43/+94 |
| 2018-09-17 | Merge branch 'jk/pack-delta-reuse-with-bitmap' | Junio C Hamano | 1 | -9/+19 |
| 2018-09-17 | Merge branch 'ds/multi-pack-index' | Junio C Hamano | 1 | -7/+35 |
| 2018-09-12 | Make git_check_attr() a void function | Torsten Bögershausen | 1 | -2/+1 |
| 2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -2/+2 |
| 2018-08-22 | Merge branch 'nd/pack-deltify-regression-fix' | Junio C Hamano | 1 | -4/+1 |
| 2018-08-21 | pack-objects: reuse on-disk deltas for thin "have" objects | Jeff King | 1 | -9/+19 |
| 2018-08-20 | pack-objects: consider packs in multi-pack-index | Derrick Stolee | 1 | -0/+28 |
| 2018-08-20 | treewide: use get_all_packs | Derrick Stolee | 1 | -7/+7 |
| 2018-08-20 | Merge branch 'nd/no-the-index' | Junio C Hamano | 1 | -1/+1 |
| 2018-08-17 | Merge branch 'rs/parse-opt-lithelp' | Junio C Hamano | 1 | -1/+1 |
| 2018-08-16 | pack-objects: move 'layer' into 'struct packing_data' | Christian Couder | 1 | -2/+2 |
| 2018-08-16 | pack-objects: move tree_depth into 'struct packing_data' | Christian Couder | 1 | -2/+2 |
| 2018-08-16 | pack-objects: add delta-islands support | Jeff King | 1 | -8/+49 |
| 2018-08-16 | pack-objects: refactor code into compute_layer_order() | Christian Couder | 1 | -40/+50 |
| 2018-08-15 | Merge branch 'nd/pack-objects-threading-doc' | Junio C Hamano | 1 | -0/+19 |
| 2018-08-15 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -54/+61 |
| 2018-08-15 | Merge branch 'jk/core-use-replace-refs' | Junio C Hamano | 1 | -1/+1 |
| 2018-08-13 | attr: remove an implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-08-03 | parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP | René Scharfe | 1 | -1/+1 |
| 2018-08-03 | pack-objects: specify --index-version argument help explicitly | René Scharfe | 1 | -2/+2 |
| 2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -1/+1 |
| 2018-07-30 | pack-objects: document about thread synchronization | Nguyễn Thái Ngọc Duy | 1 | -0/+19 |
| 2018-07-23 | builtin/pack-objects.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 1 | -50/+52 |
| 2018-07-23 | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 1 | -10/+15 |
| 2018-07-23 | pack-objects: fix performance issues on packing large deltas | Nguyễn Thái Ngọc Duy | 1 | -4/+1 |
| 2018-07-18 | check_replace_refs: rename to read_replace_refs | Jeff King | 1 | -1/+1 |
| 2018-07-18 | Merge branch 'jt/remove-pack-bitmap-global' | Junio C Hamano | 1 | -2/+5 |
| 2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -3/+3 |
| 2018-06-29 | tag: add repository argument to lookup_tag | Stefan Beller | 1 | -1/+1 |
| 2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -3/+3 |
| 2018-06-21 | pack-bitmap: add free function | Jonathan Tan | 1 | -0/+1 |
| 2018-06-21 | pack-bitmap: remove bitmap_git global variable | Jonathan Tan | 1 | -2/+4 |
| 2018-06-01 | Merge branch 'nd/use-opt-int-set-f' | Junio C Hamano | 1 | -12/+12 |
| 2018-05-30 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -15/+17 |
| 2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -2/+2 |
| 2018-05-24 | Use OPT_SET_INT_F() for cmdline option specification | Nguyễn Thái Ngọc Duy | 1 | -12/+12 |
| 2018-05-23 | Merge branch 'nd/pack-unreachable-objects-doc' | Junio C Hamano | 1 | -0/+2 |
| 2018-05-23 | Merge branch 'nd/pack-objects-pack-struct' | Junio C Hamano | 1 | -128/+241 |
| 2018-05-23 | Merge branch 'sb/oid-object-info' | Junio C Hamano | 1 | -4/+7 |
| 2018-05-23 | Merge branch 'nd/repack-keep-pack' | Junio C Hamano | 1 | -20/+63 |
| 2018-05-18 | shallow: add repository argument to is_repository_shallow | Stefan Beller | 1 | -2/+2 |
| 2018-05-18 | shallow: add repository argument to register_shallow | Stefan Beller | 1 | -1/+1 |
| 2018-05-08 | Merge branch 'ds/commit-graph' | Junio C Hamano | 1 | -3/+3 |
| 2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -2/+2 |
| 2018-05-06 | pack-objects: validation and documentation about unreachable options | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
| 2018-05-02 | pack-objects: abstract away hash algorithm | brian m. carlson | 1 | -14/+16 |
| 2018-05-02 | sha1-file: convert freshen functions to object_id | brian m. carlson | 1 | -1/+1 |
| 2018-04-26 | packfile: add repository argument to packed_object_info | Jonathan Nieder | 1 | -1/+2 |
| 2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -3/+5 |
| 2018-04-16 | pack-objects: show some progress when counting kept objects | Nguyễn Thái Ngọc Duy | 1 | -6/+12 |
| 2018-04-16 | gc --auto: exclude base pack if not enough mem to "repack -ad" | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-04-16 | repack: add --keep-pack option | Nguyễn Thái Ngọc Duy | 1 | -13/+50 |
| 2018-04-16 | pack-objects: shrink delta_size field in struct object_entry | Nguyễn Thái Ngọc Duy | 1 | -10/+16 |
| 2018-04-16 | pack-objects: shrink size field in struct object_entry | Nguyễn Thái Ngọc Duy | 1 | -25/+80 |
| 2018-04-16 | pack-objects: clarify the use of object_entry::size | Nguyễn Thái Ngọc Duy | 1 | -3/+8 |
| 2018-04-16 | pack-objects: don't check size when the object is bad | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2018-04-16 | pack-objects: shrink z_delta_size field in struct object_entry | Nguyễn Thái Ngọc Duy | 1 | -6/+18 |
| 2018-04-16 | pack-objects: refer to delta objects by index instead of pointer | Nguyễn Thái Ngọc Duy | 1 | -54/+63 |
| 2018-04-16 | pack-objects: move in_pack out of struct object_entry | Nguyễn Thái Ngọc Duy | 1 | -11/+17 |
| 2018-04-16 | pack-objects: move in_pack_pos out of struct object_entry | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2018-04-16 | pack-objects: use bitfield for object_entry::depth | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
| 2018-04-16 | pack-objects: use bitfield for object_entry::dfs_state | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
| 2018-04-16 | pack-objects: turn type and in_pack_type to bitfields | Nguyễn Thái Ngọc Duy | 1 | -24/+35 |
| 2018-04-11 | Merge branch 'sb/packfiles-in-repository' | Junio C Hamano | 1 | -1/+0 |
| 2018-04-11 | Merge branch 'sb/object-store' | Junio C Hamano | 1 | -9/+12 |
| 2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -16/+11 |
| 2018-04-02 | csum-file: refactor finalize_hashfile() method | Derrick Stolee | 1 | -2/+2 |
| 2018-04-02 | csum-file: rename hashclose() to finalize_hashfile() | Derrick Stolee | 1 | -3/+3 |
| 2018-03-26 | packfile: keep prepare_packed_git() private | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
| 2018-03-26 | packfile: add repository argument to prepare_packed_git | Stefan Beller | 1 | -1/+1 |
| 2018-03-26 | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 1 | -9/+12 |
| 2018-03-14 | Merge branch 'nd/object-allocation-comments' | Junio C Hamano | 1 | -0/+1 |
| 2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -10/+6 |
| 2018-03-14 | sha1_file: convert read_object_with_reference to object_id | brian m. carlson | 1 | -1/+1 |
| 2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -4/+3 |
| 2018-03-14 | streaming: convert open_istream to use struct object_id | brian m. carlson | 1 | -1/+1 |
| 2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -4/+4 |
| 2018-03-06 | object.h: update flag allocation comment | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-02-15 | Merge branch 'bc/hash-algo' | Junio C Hamano | 1 | -26/+26 |
| 2018-02-15 | Merge branch 'po/object-id' | Junio C Hamano | 1 | -1/+1 |
| 2018-02-14 | pack-objects: rename 'this' variables | Brandon Williams | 1 | -4/+4 |
| 2018-02-13 | Merge branch 'gs/retire-mru' | Junio C Hamano | 1 | -5/+4 |
| 2018-02-13 | Merge branch 'ot/mru-on-list' | Junio C Hamano | 1 | -2/+3 |
| 2018-02-13 | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 1 | -2/+35 |
| 2018-02-02 | csum-file: rename sha1file to hashfile | brian m. carlson | 1 | -26/+26 |
| 2018-01-30 | sha1_file: convert force_object_loose to object_id | Patryk Obara | 1 | -1/+1 |
| 2018-01-24 | mru: Replace mru.[ch] with list.h implementation | Gargi Sharma | 1 | -5/+4 |
| 2017-12-27 | Merge branch 'jh/object-filtering' | Junio C Hamano | 1 | -1/+63 |
| 2017-12-08 | gc: do not repack promisor packfiles | Jonathan Tan | 1 | -2/+35 |
| 2017-11-22 | pack-objects: add list-objects filtering | Jeff Hostetler | 1 | -1/+63 |
| 2017-10-16 | refs: convert peel_ref to struct object_id | brian m. carlson | 1 | -2/+2 |
| 2017-10-16 | builtin/pack-objects: convert to struct object_id | brian m. carlson | 1 | -67/+68 |
| 2017-10-16 | pack-bitmap: convert traverse_bitmap_commit_list to object_id | brian m. carlson | 1 | -4/+4 |
| 2017-10-10 | cleanup: fix possible overflow errors in binary search | Derrick Stolee | 1 | -1/+1 |