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
path: root/t/helper
AgeCommit message (Expand)Author
2024-01-24Merge branch 'tb/path-filter-fix' into seenJunio C Hamano
2024-01-24Merge branch 'eb/hash-transition' into seenJunio C Hamano
2024-01-24Merge branch 'cp/unit-test-prio-queue' into jchJunio C Hamano
2024-01-24Merge branch 'vd/fsck-submodule-url-test' into jchJunio C Hamano
2024-01-24Merge branch 'al/unit-test-ctype' into jchJunio C Hamano
2024-01-22tests: move t0009-prio-queue.sh to the new unit testing frameworkChandra Pratap
2024-01-19t7450: test submodule urlsVictoria Dye
2024-01-18test-submodule: remove command line handling for check-nameVictoria Dye
2024-01-17commit-graph: new Bloom filter version that fixes murmur3Taylor Blau
2024-01-17t/helper/test-read-graph: implement `bloom-filters` modeTaylor Blau
2024-01-17t/helper/test-read-graph.c: extract `dump_graph_info()`Taylor Blau
2024-01-16unit-tests: rewrite t/helper/test-ctype.c as a unit testAchu Luma
2024-01-13Merge branch 'jx/sideband-chomp-newline-fix'Junio C Hamano
2024-01-13Merge branch 'tb/multi-pack-verbatim-reuse'Junio C Hamano
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26submodule-config.h: remove unnecessary includeElijah Newren
2023-12-26pkt-line.h: remove unnecessary includeElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-19Merge branch 'jh/trace2-redact-auth'Junio C Hamano
2023-12-19Merge branch 'js/update-urls-in-doc-and-comment'Junio C Hamano
2023-12-19Merge branch 'cc/git-replay'Junio C Hamano
2023-12-19test-pkt-line: add option parser for unpack-sidebandJiang Xin
2023-12-15midx: implement `midx_preferred_pack()`Taylor Blau
2023-12-15midx: implement `BTMP` chunkTaylor Blau
2023-12-10Merge branch 'ps/ref-tests-update'Junio C Hamano
2023-11-26replay: introduce new builtinElijah Newren
2023-11-26t6429: remove switching aspects of fast-rebaseElijah Newren
2023-11-26doc: switch links to httpsJosh Soref
2023-11-23t0212: test URL redacting in EVENT formatJeff Hostetler
2023-11-08Merge branch 'ps/leakfixes'Junio C Hamano
2023-11-07test-bloom: stop setting up Git directory twicePatrick Steinhardt
2023-11-03t: allow skipping expected object ID in `ref-store update-ref`Patrick Steinhardt
2023-10-29parse-options: make CMDMODE errors more preciseRené Scharfe
2023-10-23Merge branch 'bc/racy-4gb-files'Junio C Hamano
2023-10-14Merge branch 'jk/decoration-and-other-leak-fixes'Junio C Hamano
2023-10-13t: add a test helper to truncate filesbrian m. carlson
2023-10-10Merge branch 'cc/repack-sift-filtered-objects-to-separate-pack'Junio C Hamano
2023-10-10Merge branch 'cw/prelim-cleanup'Junio C Hamano
2023-10-06decorate: add clear_decoration() functionJeff King
2023-10-03t1016-compatObjectFormat: add tests to verify the conversion between objectsEric W. Biederman
2023-10-03t/helper: add 'find-pack' test-toolChristian Couder
2023-09-30parse: separate out parsing functions from config.hCalvin Wan
2023-09-29Merge branch 'jk/fsmonitor-unused-parameter'Junio C Hamano
2023-09-20Merge branch 'jc/update-index-show-index-version'Junio C Hamano
2023-09-19run-command: mark unused parameters in start_bg_wait callbacksJeff King
2023-09-13test-tool: retire "index-version"Junio C Hamano
2023-08-30test-trace2: mark unused argv/argc parametersJeff King
2023-08-04Merge branch 'jc/parse-options-short-help'Junio C Hamano
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano