Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-22Merge branch 'ml/commit-graph-expire-dir-leak-fix'Junio C Hamano
2022-09-19commit-graph: Fix missing closedir in expire_commit_graphsMiaoqian Lin
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-13Merge branch 'jk/rev-list-verify-objects-fix'Junio C Hamano
2022-09-07lookup_commit_in_graph(): use prepare_commit_graph() to check for graphJeff King
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-08-11Merge branch 'tb/commit-graph-genv2-upgrade-fix' into maintJunio C Hamano
2022-08-11Merge branch 'hx/lookup-commit-in-graph-fix' into maintJunio C Hamano
2022-08-03Merge branch 'tb/commit-graph-genv2-upgrade-fix'Junio C Hamano
2022-07-27Merge branch 'js/commit-graph-parsing-without-repo-settings'Junio C Hamano
2022-07-20Merge branch 'hx/lookup-commit-in-graph-fix'Junio C Hamano
2022-07-16commit-graph: introduce `repo_find_commit_pos_in_graph()`Taylor Blau
2022-07-15commit-graph: pass repo_settings instead of repositoryTaylor Blau
2022-07-01commit-graph.c: no lazy fetch in lookup_commit_in_graph()Han Xin
2022-06-04Merge branch 'tb/cruft-packs'Junio C Hamano
2022-05-27chunk-format.h: extract oid_version()Taylor Blau
2022-05-24Merge branch 'ab/valgrind-fixes'Junio C Hamano
2022-05-21Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-13commit-graph.c: don't assume that stat() succeedsÆvar Arnfjörð Bjarmason
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-20commit-graph: close file before returning NULLKleber Tarcísio
2022-03-26Merge branch 'ns/core-fsyncmethod'Junio C Hamano
2022-03-17Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano
2022-03-17Merge branch 'ds/commit-graph-gen-v2-fixes'Junio C Hamano
2022-03-11core.fsync: introduce granular fsync control infrastructureNeeraj Singh
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason
2022-03-07commit-graph: declare bankruptcy on GDAT chunksDerrick Stolee
2022-03-05lockfile API users: simplify and don't leak "path"Ævar Arnfjörð Bjarmason
2022-03-05commit-graph: stop fill_oids_from_packs() progress on error and free()Ævar Arnfjörð Bjarmason
2022-03-05commit-graph: fix memory leak in misused string_list APIÆvar Arnfjörð Bjarmason
2022-03-01commit-graph: fix generation number v2 overflow valuesDerrick Stolee
2022-03-01commit-graph: start parsing generation v2 (again)Derrick Stolee
2022-03-01commit-graph: fix ordering bug in generation numbersDerrick Stolee
2021-12-06commit-graph: return if there is no git directoryLessley Dennington
2021-09-21Merge branch 'js/run-command-close-packs'Junio C Hamano
2021-09-21Merge 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-14*.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-23Merge branch 'ds/commit-graph-generation-config'Junio C Hamano
2021-03-14use CALLOC_ARRAYRené Scharfe