summaryrefslogtreecommitdiff
path: root/commit-graph.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/commit-graph-genv2-upgrade-fix'Junio C Hamano2022-08-031-3/+9
|\
| * commit-graph: introduce `repo_find_commit_pos_in_graph()`Taylor Blau2022-07-151-3/+9
* | Merge branch 'js/commit-graph-parsing-without-repo-settings'Junio C Hamano2022-07-271-6/+5
|\ \
| * | commit-graph: pass repo_settings instead of repositoryTaylor Blau2022-07-141-6/+5
* | | Merge branch 'hx/lookup-commit-in-graph-fix'Junio C Hamano2022-07-191-1/+1
|\ \ \ | |/ / |/| |
| * | commit-graph.c: no lazy fetch in lookup_commit_in_graph()Han Xin2022-06-301-1/+1
* | | Merge branch 'tb/cruft-packs'Junio C Hamano2022-06-031-15/+3
|\ \ \
| * | | chunk-format.h: extract oid_version()Taylor Blau2022-05-261-15/+3
| | |/ | |/|
* | | Merge branch 'ab/valgrind-fixes'Junio C Hamano2022-05-231-2/+4
|\ \ \ | | |/ | |/|
| * | commit-graph.c: don't assume that stat() succeedsÆvar Arnfjörð Bjarmason2022-05-121-2/+4
| |/
* | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-2/+2
|\ \
| * \ Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-2/+2
| |\ \
| | * | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-2/+2
* | | | commit-graph: close file before returning NULLKleber Tarcísio2022-04-201-3/+6
| |_|/ |/| |
* | | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-251-1/+2
|\ \ \
| * | | core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-101-1/+2
| |/ /
* | | Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano2022-03-161-3/+3
|\ \ \
| * | | string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason2022-03-071-3/+3
| |/ /
* | | Merge branch 'ds/commit-graph-gen-v2-fixes'Junio C Hamano2022-03-161-6/+13
|\ \ \
| * | | commit-graph: declare bankruptcy on GDAT chunksDerrick Stolee2022-03-071-2/+2
| * | | commit-graph: fix generation number v2 overflow valuesDerrick Stolee2022-03-011-1/+1
| * | | commit-graph: start parsing generation v2 (again)Derrick Stolee2022-03-011-0/+3
| * | | commit-graph: fix ordering bug in generation numbersDerrick Stolee2022-03-011-3/+7
| |/ /
* | | lockfile API users: simplify and don't leak "path"Ævar Arnfjörð Bjarmason2022-03-041-0/+2
* | | commit-graph: stop fill_oids_from_packs() progress on error and free()Ævar Arnfjörð Bjarmason2022-03-041-5/+7
* | | commit-graph: fix memory leak in misused string_list APIÆvar Arnfjörð Bjarmason2022-03-041-2/+2
|/ /
* | commit-graph: return if there is no git directoryLessley Dennington2021-12-061-1/+4
|/
* Merge branch 'js/run-command-close-packs'Junio C Hamano2021-09-201-0/+1
|\
| * commit-graph: when closing the graph, also release the slabJohannes Schindelin2021-09-081-0/+1
* | Merge branch 'ab/progress-users-adjust-counters'Junio C Hamano2021-09-201-1/+1
|\ \
| * | commit-graph: fix bogus counter in "Scanning merged commits" progress lineSZEDER Gábor2021-09-091-1/+1
| |/
* | revision: avoid hitting packfiles when commits are in commit-graphPatrick Steinhardt2021-08-091-0/+24
* | commit-graph: split out function to search commit positionPatrick Steinhardt2021-08-091-25/+30
|/
* Merge branch 'ab/attribute-format'Junio C Hamano2021-07-281-0/+1
|\
| * *.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-131-0/+1
* | commit-graph: rewrite to use checksum_valid()Taylor Blau2021-06-281-8/+6
|/
* commit-graph: don't store file hashes as struct object_idbrian m. carlson2021-04-271-6/+7
* Always use oidread to read into struct object_idbrian m. carlson2021-04-271-6/+6
* Merge branch 'ds/commit-graph-generation-config'Junio C Hamano2021-03-221-11/+20
|\
| * commit-graph: use config to specify generation typeDerrick Stolee2021-02-251-7/+15
| * commit-graph: create local repository pointerDerrick Stolee2021-02-251-4/+5
* | use CALLOC_ARRAYRené Scharfe2021-03-131-2/+2
* | Merge branch 'ds/chunked-file-api'Junio C Hamano2021-03-011-200/+112
|\ \ | |/
| * commit-graph.c: display correct number of chunks when writingTaylor Blau2021-02-241-4/+3
| * commit-graph: use chunk-format read APIDerrick Stolee2021-02-181-105/+54
| * commit-graph: use chunk-format write APIDerrick Stolee2021-02-181-82/+37
| * commit-graph: anonymize data in chunk_write_fnDerrick Stolee2021-02-051-10/+19
* | Merge branch 'js/commit-graph-warning'Junio C Hamano2021-03-011-11/+3
|\ \
| * | Revert "commit-graph: when incompatible with graphs, indicate why"Junio C Hamano2021-03-011-11/+3
* | | commit-graph: avoid leaking topo_levels slab in write_commit_graph()Andrzej Hunt2021-02-221-0/+1