summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)Author
2021-12-06commit-graph: return if there is no git directoryLessley Dennington
2021-09-20Merge branch 'js/run-command-close-packs'Junio C Hamano
2021-09-20Merge branch 'ab/progress-users-adjust-counters'Junio C Hamano
2021-09-09commit-graph: fix bogus counter in "Scanning merged commits" progress lineSZEDER Gábor
2021-09-08commit-graph: when closing the graph, also release the slabJohannes Schindelin
2021-08-09revision: avoid hitting packfiles when commits are in commit-graphPatrick Steinhardt
2021-08-09commit-graph: split out function to search commit positionPatrick Steinhardt
2021-07-28Merge branch 'ab/attribute-format'Junio C Hamano
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason
2021-06-29commit-graph: rewrite to use checksum_valid()Taylor Blau
2021-04-27commit-graph: don't store file hashes as struct object_idbrian m. carlson
2021-04-27Always use oidread to read into struct object_idbrian m. carlson
2021-03-22Merge branch 'ds/commit-graph-generation-config'Junio C Hamano
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-01Merge branch 'ds/chunked-file-api'Junio C Hamano
2021-03-01Merge branch 'js/commit-graph-warning'Junio C Hamano
2021-03-01Revert "commit-graph: when incompatible with graphs, indicate why"Junio C Hamano
2021-02-25commit-graph: use config to specify generation typeDerrick Stolee
2021-02-25commit-graph: create local repository pointerDerrick Stolee
2021-02-24commit-graph.c: display correct number of chunks when writingTaylor Blau
2021-02-22commit-graph: avoid leaking topo_levels slab in write_commit_graph()Andrzej Hunt
2021-02-18commit-graph: use chunk-format read APIDerrick Stolee
2021-02-18commit-graph: use chunk-format write APIDerrick Stolee
2021-02-18Merge branch 'js/commit-graph-warning'Junio C Hamano
2021-02-18Merge branch 'ds/commit-graph-genno-fix'Junio C Hamano
2021-02-18Merge branch 'ak/corrected-commit-date'Junio C Hamano
2021-02-11commit-graph: when incompatible with graphs, indicate whyJohannes Schindelin
2021-02-10Merge branch 'jk/use-oid-pos'Junio C Hamano
2021-02-05commit-graph: anonymize data in chunk_write_fnDerrick Stolee
2021-02-03Merge branch 'jk/peel-iterated-oid'Junio C Hamano
2021-02-02commit-graph: prepare commit graphDerrick Stolee
2021-02-02commit-graph: be extra careful about mixed generationsDerrick Stolee
2021-02-02commit-graph: compute generations separatelyDerrick Stolee
2021-02-02commit-graph: validate layers for generation dataDerrick Stolee
2021-02-02commit-graph: always parse before commit_graph_data_at()Derrick Stolee
2021-02-02commit-graph: use repo_parse_commitDerrick Stolee
2021-01-28oid_pos(): access table through const pointersJeff King
2021-01-28hash_pos(): convert to oid_pos()Jeff King
2021-01-25Merge branch 'ma/more-opaque-lock-file'Junio C Hamano
2021-01-21refs: switch peel_ref() to peel_iterated_oid()Jeff King
2021-01-19commit-reach: use corrected commit dates in paint_down_to_common()Abhishek Kumar
2021-01-19commit-graph: use generation v2 only if entire chain doesAbhishek Kumar
2021-01-19commit-graph: implement generation data chunkAbhishek Kumar
2021-01-19commit-graph: implement corrected commit dateAbhishek Kumar
2021-01-19commit-graph: return 64-bit generation numberAbhishek Kumar
2021-01-19commit-graph: add a slab to store topological levelsAbhishek Kumar
2021-01-19commit-graph: consolidate fill_commit_graph_infoAbhishek Kumar
2021-01-19commit-graph: fix regression when computing Bloom filtersAbhishek Kumar
2021-01-06commit-graph: don't peek into `struct lock_file`Martin Ågren
2021-01-04hash-lookup: rename from sha1-lookupMartin Ågren