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

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-10-23Merge branch 'jk/chunk-bounds'Junio C Hamano
2023-10-14Merge branch 'jk/commit-graph-leak-fixes'Junio C Hamano
2023-10-10commit-graph: bounds-check base graphs chunkJeff King
2023-10-10commit-graph: check consistency of fanout tableJeff King
2023-10-04commit-graph: clear oidset after finishing writeJeff King
2023-09-28commit-graph: report incomplete chains during verificationJeff King
2023-09-28commit-graph: tighten chain size checkJeff King
2023-09-28commit-graph: detect read errors when verifying graph chainJeff King
2023-09-28t5324: harmonize sha1/sha256 graph chain corruptionJeff King
2023-07-10commit-graph.c: avoid duplicated progress output during `verify`Taylor Blau
2022-03-01commit-graph: start parsing generation v2 (again)Derrick Stolee
2022-03-01test-read-graph: include extra post-parse infoDerrick Stolee
2021-10-15commit-graph tests: fix another graph_git_two_modes() helperÆvar Arnfjörð Bjarmason
2021-02-26commit-graph: use config to specify generation typeDerrick Stolee
2021-01-19commit-graph: use generation v2 only if entire chain doesAbhishek Kumar
2021-01-19commit-graph: implement generation data chunkAbhishek Kumar
2020-11-03Merge branch 'ds/commit-graph-merging-fix'Junio C Hamano
2020-10-10commit-graph: don't write commit-graph when disabledDerrick Stolee
2020-10-10commit-graph: ignore duplicates when merging layersDerrick Stolee
2020-09-30Merge branch 'tb/bloom-improvements'Junio C Hamano
2020-09-09commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau
2020-08-18commit-graph: use the "hash version" byteDerrick Stolee
2020-08-12Merge branch 'bc/sha-256-part-3'Junio C Hamano
2020-07-30t: remove test_oid_init in testsbrian m. carlson
2020-07-07t5324: reorder `run_with_limited_open_files test_might_fail`Denton Liu
2020-05-06Merge branch 'tb/commit-graph-perm-bits'Junio C Hamano
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano
2020-05-01Merge branch 'tb/commit-graph-fd-exhaustion-fix'Junio C Hamano
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano
2020-04-29commit-graph.c: make 'commit-graph-chain's read-onlyTaylor Blau
2020-04-29commit-graph.c: ensure graph layers respect core.sharedRepositoryTaylor Blau
2020-04-29Merge branch 'ds/commit-graph-expiry-fix'Junio C Hamano
2020-04-24commit-graph.c: gracefully handle file descriptor exhaustionTaylor Blau
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh
2020-04-02commit-graph: fix buggy --expire-time optionDerrick Stolee
2020-01-16t5324: make hash size independentbrian m. carlson
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee
2019-09-19commit-graph: add --[no-]progress to write and verifyGarima Singh
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano
2019-08-13commit-graph: turn on commit-graph by defaultDerrick Stolee
2019-08-06commit-graph: fix bug around octopus mergesDerrick Stolee
2019-06-20commit-graph: test verify across alternatesDerrick Stolee
2019-06-20commit-graph: normalize commit-graph filenamesDerrick Stolee
2019-06-20commit-graph: test --split across alternate without --splitDerrick Stolee
2019-06-20commit-graph: test octopus merges with --splitDerrick Stolee
2019-06-20commit-graph: clean up chains after flattened writeDerrick Stolee