168 Commits (d6a6263f5f97d681849d5646cf1a78a20fb99bee)

Author SHA1 Message Date
Jeff King 5afc4b1dc6 fsck: only provide oid/type in fsck_error callback 5 years ago
Jeff King 82ef89b318 fsck: don't require object structs for display functions 5 years ago
Jeff King 733902905d fsck: use oids rather than objects for object_name API 5 years ago
Jeff King a59cfb3230 fsck: unify object-name code 5 years ago
Jeff King d0229abd93 object: convert lookup_object() to use object_id 6 years ago
Jeff King 0ebbcf70e6 object: convert lookup_unknown_object() to use object_id 6 years ago
Jeff King 8d8c2a5aef fsck: always compute USED flags for unreachable objects 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Stefan Beller 6a7895fd8a commit: prepare free_commit_buffer and release_commit_memory for any repo 6 years ago
Jeff King f0eaf63819 sha1-file: use an object_directory for the main object dir 6 years ago
Jeff King 263db403fa rename "alternate_object_database" to "object_directory" 6 years ago
Jeff King 4d0984bebc fsck: do not reuse child_process structs 6 years ago
Nguyễn Thái Ngọc Duy 94e10825bd pack-check.c: remove the_repository references 6 years ago
Nguyễn Thái Ngọc Duy 674ba34038 fsck: mark strings for translation 6 years ago
Nguyễn Thái Ngọc Duy bbb15c5193 fsck: reduce word legos to help i18n 6 years ago
Nguyễn Thái Ngọc Duy b29759d89a fsck: check HEAD and reflog from other worktrees 6 years ago
Elijah Newren a8c754d4e2 fsck: move fsck_head_link() to get_default_heads() to avoid some globals 6 years ago
Derrick Stolee 66ec0390e7 fsck: verify multi-pack-index 6 years ago
Derrick Stolee 454ea2e4d7 treewide: use get_all_packs 7 years ago
Jeff King 6ebd1cafe2 check_replace_refs: rename to read_replace_refs 7 years ago
Jonathan Tan dade47c06c commit-graph: add repo arg to graph readers 7 years ago
Stefan Beller da14a7ff99 blob: add repository argument to lookup_blob 7 years ago
Stefan Beller 1268dfac1e object: add repository argument to object_as_type 7 years ago
Stefan Beller 1ec5bfd24e object: add repository argument to parse_object_buffer 7 years ago
Stefan Beller 5abddd1eb7 object: add repository argument to lookup_object 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 7 years ago
Derrick Stolee e0fd51e1d7 fsck: verify commit-graph 7 years ago
Jeff King 1995b5e03e fsck: call fsck_finish() after fscking objects 7 years ago
Jeff King 7ac4f3a007 fsck: actually fsck blob data 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson 14c3c80c81 packfile: convert has_sha1_pack to object_id 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Nguyễn Thái Ngọc Duy 464416a2ea packfile: keep prepare_packed_git() private 7 years ago
Stefan Beller 6fdb4e9f5a packfile: add repository argument to prepare_packed_git 7 years ago
Stefan Beller 0b20903405 sha1_file: add repository argument to prepare_alt_odb 7 years ago
Stefan Beller a80d72db2a object-store: move packed_git and packed_git_mru to object store 7 years ago
Stefan Beller 031dc927f4 object-store: move alt_odb_list and alt_odb_tail to object store 7 years ago
Stefan Beller 0d4a132144 object-store: migrate alternates struct and functions from cache.h 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
brian m. carlson d61d87bd15 sha1_file: convert read_loose_object to use struct object_id 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
Eric Wong ba3a08ca0e fsck: fix leak when traversing trees 7 years ago
Jonathan Tan 8b4c0103a9 sha1_file: support lazily fetching missing objects 7 years ago
Jonathan Tan 096c9b8be9 fsck: support promisor objects as CLI argument 7 years ago
Jonathan Tan caba7fc31a fsck: support referenced promisor objects 7 years ago
Jonathan Tan 43f25158ca fsck: support refs pointing to promisor objects 7 years ago
Jonathan Tan 498f1f61f1 fsck: introduce partialclone extension 7 years ago
Ben Peart 00ec50e56d read_index_from(): speed index loading by skipping verification of the entry order 7 years ago
brian m. carlson 49e61479be refs: convert resolve_ref_unsafe to struct object_id 7 years ago
Martin Ågren 7199203937 object_array: add and use `object_array_pop()` 7 years ago