44 Commits (8708ca09a67aeccab1d6852382cfd9267a8a395e)

Author SHA1 Message Date
Jeff King 736eb88fdc for_each_packed_object: support iterating in pack-order 7 years ago
Nguyễn Thái Ngọc Duy 4f5b532d18 commit-graph.c: mark more strings for translation 7 years ago
Jonathan Tan dade47c06c commit-graph: add repo arg to graph readers 7 years ago
Jonathan Tan 8527750626 commit-graph: store graph in struct object_store 7 years ago
Jonathan Tan c3756d5b7f commit-graph: add free_commit_graph 7 years ago
Jonathan Tan 5faf357b43 commit-graph: refactor preparing commit graph 7 years ago
Stefan Beller c1f5eb4962 commit: add repository argument to lookup_commit 7 years ago
Stefan Beller 21e1ee8f4f commit: add repository argument to lookup_commit_reference_gently 7 years ago
Stefan Beller f86bcc7b2c tree: add repository argument to lookup_tree 7 years ago
Derrick Stolee 59fb87701f commit-graph: add '--reachable' option 7 years ago
Derrick Stolee d88b14b3fd commit-graph: use string-list API for input 7 years ago
Derrick Stolee 41df0e307f commit-graph: verify contents match checksum 7 years ago
Derrick Stolee 88968ebf86 commit-graph: verify commit date 7 years ago
Derrick Stolee 1373e547f7 commit-graph: verify generation number 7 years ago
Derrick Stolee 53614b1351 commit-graph: verify parent list 7 years ago
Derrick Stolee 2e3c07378f commit-graph: verify root tree OIDs 7 years ago
Derrick Stolee 96af91d410 commit-graph: verify objects exist 7 years ago
Derrick Stolee 9bda846789 commit-graph: verify corrupt OID fanout and lookup 7 years ago
Derrick Stolee 2bd0365f37 commit-graph: verify required chunks are present 7 years ago
Derrick Stolee 283e68c72f commit-graph: add 'verify' subcommand 7 years ago
Derrick Stolee 0cbef8f8ce commit-graph: load a root tree from specific graph 7 years ago
Derrick Stolee ee79705311 commit-graph: parse commit from chosen graph 7 years ago
Derrick Stolee 0e3b97cccb commit-graph: fix GRAPH_MIN_SIZE 7 years ago
Derrick Stolee 33286dcd6d commit-graph: fix UX issue when .lock file exists 7 years ago
Derrick Stolee e2838d85b6 commit-graph: always load commit-graph information 7 years ago
Derrick Stolee 3258c66332 commit-graph: compute generation numbers 7 years ago
Derrick Stolee 83073cc994 commit: add generation number to struct commit 7 years ago
Derrick Stolee 7b8a21dba1 commit-graph: lazy-load trees for commits 7 years ago
Derrick Stolee 2e27bd7731 treewide: replace maybe_tree with accessor methods 7 years ago
Derrick Stolee 891435d55d treewide: rename tree to maybe_tree 7 years ago
Derrick Stolee 7547b95b4f commit-graph: implement "--append" option 7 years ago
Derrick Stolee 3d5df01b5e commit-graph: build graph from starting commits 7 years ago
Derrick Stolee 049d51a2bb commit-graph: read only from specific pack-indexes 7 years ago
Derrick Stolee 177722b344 commit: integrate commit graph with commit parsing 7 years ago
Derrick Stolee 4f2542b49e commit-graph: close under reachability 7 years ago
Derrick Stolee 2a2e32bdc5 commit-graph: implement git commit-graph read 7 years ago
Derrick Stolee 08fd81c9b6 commit-graph: implement write_commit_graph() 7 years ago