Age | Commit message (Expand) | Author | Files | Lines |
2020-01-31 | sha1-file: pass git_hash_algo to hash_object_file() | Matheus Tavares | 1 | -3/+6 |
2020-01-31 | cache-tree: use given repo's hash_algo at verify_one() | Matheus Tavares | 1 | -1/+1 |
2019-10-15 | Merge branch 'en/merge-recursive-cleanup' | Junio C Hamano | 1 | -23/+62 |
2019-10-07 | Merge branch 'jt/cache-tree-avoid-lazy-fetch-during-merge' | Junio C Hamano | 1 | -1/+1 |
2019-09-18 | Merge branch 'cc/multi-promisor' | Junio C Hamano | 1 | -1/+2 |
2019-09-09 | cache-tree: do not lazy-fetch tentative tree | Jonathan Tan | 1 | -1/+1 |
2019-08-22 | Merge branch 'jk/tree-walk-overflow' | Junio C Hamano | 1 | -1/+1 |
2019-08-19 | cache-tree: share code between functions writing an index as a tree | Elijah Newren | 1 | -23/+62 |
2019-07-31 | tree-walk: drop oid from traverse_info | Jeff King | 1 | -1/+1 |
2019-06-25 | Use promisor_remote_get_direct() and has_promisor_remote() | Christian Couder | 1 | -1/+2 |
2019-06-20 | cache-tree/blame: avoid reusing the DEBUG constant | Jeff Hostetler | 1 | -7/+7 |
2019-02-06 | Merge branch 'jk/loose-object-cache-oid' | Junio C Hamano | 1 | -2/+2 |
2019-01-29 | Merge branch 'bc/tree-walk-oid' | Junio C Hamano | 1 | -2/+2 |
2019-01-15 | tree-walk: store object_id in a separate member | brian m. carlson | 1 | -2/+2 |
2019-01-14 | Merge branch 'nd/indentation-fix' | Junio C Hamano | 1 | -1/+1 |
2019-01-08 | convert has_sha1_file() callers to has_object_file() | Jeff King | 1 | -2/+2 |
2018-12-09 | Indent code with TABs | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-11-12 | cache-tree.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -11/+15 |
2018-10-19 | Merge branch 'jt/cache-tree-allow-missing-object-in-partial-clone' | Junio C Hamano | 1 | -1/+5 |
2018-10-10 | cache-tree: skip some blob checks in partial clone | Jonathan Tan | 1 | -1/+5 |
2018-10-04 | more oideq/hasheq conversions | Jeff King | 1 | -1/+1 |
2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -1/+1 |
2018-09-17 | Merge branch 'nd/unpack-trees-with-cache-tree' | Junio C Hamano | 1 | -0/+80 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -1/+1 |
2018-08-18 | cache-tree: verify valid cache-tree in the test suite | Nguyễn Thái Ngọc Duy | 1 | -0/+78 |
2018-08-18 | unpack-trees: add performance tracing | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2018-08-13 | cache-tree: wrap the_index based wrappers with #ifdef | Nguyễn Thái Ngọc Duy | 1 | -12/+0 |
2018-06-29 | tree: add repository argument to lookup_tree | Stefan Beller | 1 | -1/+2 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -0/+1 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-05-02 | cache-tree: use is_empty_tree_oid | brian m. carlson | 1 | -1/+1 |
2018-05-02 | cache: add a function to read an object ID from a buffer | brian m. carlson | 1 | -1/+1 |
2018-03-14 | cache-tree: convert remnants to struct object_id | brian m. carlson | 1 | -14/+15 |
2018-03-14 | cache-tree: convert write_*_as_tree to object_id | brian m. carlson | 1 | -5/+5 |
2018-02-15 | Merge branch 'po/object-id' | Junio C Hamano | 1 | -8/+8 |
2018-02-13 | Merge branch 'sg/cocci-move-array' | Junio C Hamano | 1 | -3/+2 |
2018-02-13 | Merge branch 'tg/split-index-fixes' | Junio C Hamano | 1 | -1/+1 |
2018-01-30 | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 1 | -2/+3 |
2018-01-30 | sha1_file: convert hash_sha1_file to object_id | Patryk Obara | 1 | -6/+5 |
2018-01-22 | Use MOVE_ARRAY | SZEDER Gábor | 1 | -3/+2 |
2018-01-19 | read-cache: fix reading the shared index for other repos | Thomas Gummerer | 1 | -1/+1 |
2017-11-06 | Merge branch 'ma/lockfile-fixes' | Junio C Hamano | 1 | -8/+4 |
2017-10-10 | cleanup: fix possible overflow errors in binary search | Derrick Stolee | 1 | -1/+1 |
2017-10-06 | cache-tree: simplify locking logic | Martin Ågren | 1 | -8/+4 |
2017-09-06 | stop leaking lock structs in some simple cases | Jeff King | 1 | -10/+4 |
2017-09-06 | write_index_as_tree: cleanup tempfile on error | Jeff King | 1 | -8/+15 |
2017-07-17 | use MOVE_ARRAY | René Scharfe | 1 | -3/+2 |
2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -16/+17 |
2017-05-08 | Convert lookup_tree to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-02 | Convert struct cache_tree to use struct object_id | brian m. carlson | 1 | -15/+16 |