318 Commits (d99ebd6d2e57baa3ec45b939d40cf939b85301a3)

Author SHA1 Message Date
Taylor Blau 7805360b7a commit-graph: introduce `repo_find_commit_pos_in_graph()` 3 years ago
Taylor Blau a92d8523ce commit-graph: pass repo_settings instead of repository 3 years ago
Han Xin 3a1ea94a49 commit-graph.c: no lazy fetch in lookup_commit_in_graph() 3 years ago
Taylor Blau d9fef9d90d chunk-format.h: extract oid_version() 3 years ago
Ævar Arnfjörð Bjarmason 7c898554d7 commit-graph.c: don't assume that stat() succeeds 3 years ago
Junio C Hamano afe8a9070b tree-wide: apply equals-null.cocci 3 years ago
Kleber Tarcísio c0befa0c03 commit-graph: close file before returning NULL 3 years ago
Neeraj Singh 020406eaa5 core.fsync: introduce granular fsync control infrastructure 3 years ago
Ævar Arnfjörð Bjarmason 99d60545f8 string-list API: change "nr" and "alloc" to "size_t" 3 years ago
Derrick Stolee 6dbf4b8172 commit-graph: declare bankruptcy on GDAT chunks 3 years ago
Ævar Arnfjörð Bjarmason ef3fe21448 lockfile API users: simplify and don't leak "path" 3 years ago
Ævar Arnfjörð Bjarmason 51a94d8ffe commit-graph: stop fill_oids_from_packs() progress on error and free() 3 years ago
Ævar Arnfjörð Bjarmason 4a0479086a commit-graph: fix memory leak in misused string_list API 3 years ago
Derrick Stolee c8d67b9a68 commit-graph: fix generation number v2 overflow values 3 years ago
Derrick Stolee 3b0199d4c3 commit-graph: start parsing generation v2 (again) 3 years ago
Derrick Stolee 75979d9460 commit-graph: fix ordering bug in generation numbers 3 years ago
Lessley Dennington 0803f9c7cd commit-graph: return if there is no git directory 3 years ago
SZEDER Gábor 4011224944 commit-graph: fix bogus counter in "Scanning merged commits" progress line 4 years ago
Johannes Schindelin 957ba814bf commit-graph: when closing the graph, also release the slab 4 years ago
Patrick Steinhardt f559d6d45e revision: avoid hitting packfiles when commits are in commit-graph 4 years ago
Patrick Steinhardt 809ea28f80 commit-graph: split out function to search commit position 4 years ago
Ævar Arnfjörð Bjarmason 48ca53cac4 *.c static functions: add missing __attribute__((format)) 4 years ago
Taylor Blau 15316a4732 commit-graph: rewrite to use checksum_valid() 4 years ago
brian m. carlson 72871b132c commit-graph: don't store file hashes as struct object_id 4 years ago
brian m. carlson 92e2cab96b Always use oidread to read into struct object_id 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Junio C Hamano cdc986a7c2 Revert "commit-graph: when incompatible with graphs, indicate why" 4 years ago
Derrick Stolee 702110aac6 commit-graph: use config to specify generation type 4 years ago
Derrick Stolee c7ef8fe608 commit-graph: create local repository pointer 4 years ago
Taylor Blau c4ff24bbb3 commit-graph.c: display correct number of chunks when writing 4 years ago
Andrzej Hunt bf4bb9f9f5 commit-graph: avoid leaking topo_levels slab in write_commit_graph() 4 years ago
Derrick Stolee 2692c2f6fd commit-graph: use chunk-format read API 4 years ago
Derrick Stolee 47410aa837 commit-graph: use chunk-format write API 4 years ago
Johannes Schindelin c85eec7fc3 commit-graph: when incompatible with graphs, indicate why 4 years ago
Derrick Stolee eb9071912f commit-graph: anonymize data in chunk_write_fn 4 years ago
Derrick Stolee bc50d6c91f commit-graph: prepare commit graph 4 years ago
Derrick Stolee fde55b0906 commit-graph: be extra careful about mixed generations 4 years ago
Derrick Stolee 9c2c0a8256 commit-graph: compute generations separately 4 years ago
Derrick Stolee 448a39e65d commit-graph: validate layers for generation data 4 years ago
Derrick Stolee 90cb1c47c7 commit-graph: always parse before commit_graph_data_at() 4 years ago
Derrick Stolee c4cc083169 commit-graph: use repo_parse_commit 4 years ago
Jeff King 8380dcd700 oid_pos(): access table through const pointers 4 years ago
Jeff King 45ee13b942 hash_pos(): convert to oid_pos() 4 years ago
Jeff King 36a317929b refs: switch peel_ref() to peel_iterated_oid() 4 years ago
Abhishek Kumar 8d00d7c3df commit-reach: use corrected commit dates in paint_down_to_common() 4 years ago
Abhishek Kumar 1fdc383c5c commit-graph: use generation v2 only if entire chain does 4 years ago
Abhishek Kumar e8b63005c4 commit-graph: implement generation data chunk 4 years ago
Abhishek Kumar c1a09119f6 commit-graph: implement corrected commit date 4 years ago
Abhishek Kumar d7f92784c6 commit-graph: return 64-bit generation number 4 years ago
Abhishek Kumar 72a2bfcaf0 commit-graph: add a slab to store topological levels 4 years ago