| Age | Commit message (Expand) | Author | Files | Lines |
| 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-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 |
| 2017-10-01 | mru: use double-linked list from list.h | Olga Telezhnaya | 1 | -2/+3 |
| 2017-09-29 | Merge branch 'rj/no-sign-compare' | Junio C Hamano | 1 | -2/+2 |
| 2017-09-22 | ALLOC_GROW: avoid -Wsign-compare warnings | Ramsay Jones | 1 | -2/+2 |
| 2017-09-14 | pack: make packed_git_mru global a value instead of a pointer | Jonathan Nieder | 1 | -2/+2 |
| 2017-09-10 | Merge branch 'ma/ts-cleanups' | Junio C Hamano | 1 | -0/+6 |
| 2017-08-23 | pack: move open_pack_index(), parse_pack_index() | Jonathan Tan | 1 | -0/+1 |
| 2017-08-23 | Merge branch 'rs/pack-objects-pbase-cleanup' into maint | Junio C Hamano | 1 | -1/+1 |
| 2017-08-23 | pack-objects: take lock before accessing `remaining` | Martin Ågren | 1 | -0/+6 |
| 2017-08-11 | Merge branch 'rs/pack-objects-pbase-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2017-07-20 | pack-objects: remove unnecessary NULL check | René Scharfe | 1 | -1/+1 |
| 2017-07-17 | use MOVE_ARRAY | René Scharfe | 1 | -3/+2 |
| 2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -8/+4 |
| 2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
| 2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -8/+4 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-06-04 | Merge branch 'jk/disable-pack-reuse-when-broken' into maint | Junio C Hamano | 1 | -1/+5 |
| 2017-06-02 | Merge branch 'ab/grep-preparatory-cleanup' | Junio C Hamano | 1 | -1/+3 |
| 2017-05-29 | Merge branch 'jk/disable-pack-reuse-when-broken' | Junio C Hamano | 1 | -1/+5 |
| 2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -30/+41 |
| 2017-05-26 | pack-objects: fix buggy warning about threads | Ævar Arnfjörð Bjarmason | 1 | -1/+3 |
| 2017-05-09 | pack-objects: disable pack reuse for object-selection options | Jeff King | 1 | -1/+5 |
| 2017-05-08 | Convert lookup_tag to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-05-08 | pack: convert struct pack_idx_entry to struct object_id | brian m. carlson | 1 | -26/+37 |
| 2017-05-08 | shallow: convert shallow registration functions to object_id | brian m. carlson | 1 | -3/+3 |
| 2017-04-27 | timestamp_t: a new data type for timestamps | Johannes Schindelin | 1 | -2/+2 |
| 2017-04-19 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -12/+12 |
| 2017-03-31 | Rename sha1_array to oid_array | brian m. carlson | 1 | -5/+5 |
| 2017-03-31 | Convert sha1_array_lookup to take struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-03-31 | Convert remaining callers of sha1_array_lookup to object_id | brian m. carlson | 1 | -8/+8 |
| 2017-03-31 | Make sha1_array_append take a struct object_id * | brian m. carlson | 1 | -2/+2 |
| 2017-03-28 | Merge branch 'jk/fast-import-cleanup' | Junio C Hamano | 1 | -4/+8 |
| 2017-03-24 | pack.h: define largest possible encoded object size | Jeff King | 1 | -2/+4 |
| 2017-03-24 | encode_in_pack_object_header: respect output buffer length | Jeff King | 1 | -2/+4 |
| 2017-03-17 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -3/+3 |
| 2017-02-27 | Merge branch 'bw/attr' | Junio C Hamano | 1 | -14/+5 |
| 2017-02-27 | Merge branch 'jk/delta-chain-limit' | Junio C Hamano | 1 | -23/+110 |
| 2017-02-22 | Convert object iteration callbacks to struct object_id | brian m. carlson | 1 | -3/+3 |
| 2017-02-01 | attr: convert git_check_attrs() callers to use the new API | Junio C Hamano | 1 | -14/+5 |
| 2017-02-01 | attr: rename function and struct related to checking attributes | Junio C Hamano | 1 | -3/+3 |