147 Commits (e3b1e3bdc0aa5fa6a474874a2395ae0584b2aea7)

Author SHA1 Message Date
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
Jonathan Tan 0317f45576 pack: move open_pack_index(), parse_pack_index() 8 years ago
Junio C Hamano 8aade107dd progress: simplify "delayed" progress API 8 years ago
René Scharfe 83cd6f9017 fsck: free buffers on error in fsck_obj() 8 years ago
Jonathan Tan 78e7b98f45 fsck: cleanup unused variable 8 years ago
Jonathan Tan 092c55d094 object: remove "used" field from struct object 8 years ago
Jonathan Tan ad2db4030e fsck: remove redundant parse_tree() invocation 8 years ago
brian m. carlson aca6065c88 builtin/fsck: convert remaining caller of get_sha1 to object_id 8 years ago
René Scharfe 70c49050d4 sha1_file: guard against invalid loose subdirectory numbers 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Nguyễn Thái Ngọc Duy 23a9e0712d use xfopen() in more places 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson 9fd750461b Convert the verify_pack callback to struct object_id 8 years ago
brian m. carlson 3aca1fc6c9 Convert lookup_blob to struct object_id 8 years ago
brian m. carlson e0a9280404 Convert struct cache_tree to use struct object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago