summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)Author
10 daysMerge branch 'rs/date-mode-pass-by-value'Junio C Hamano
2024-04-09Merge branch 'ps/pack-refs-auto'Junio C Hamano
2024-04-05date: make DATE_MODE thread-safeRené Scharfe
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-03-25t/helper: drop pack-refs wrapperPatrick Steinhardt
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano
2024-02-29commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin
2024-02-28commit-reach(repo_in_merge_bases_many): optionally expect missing commitsJohannes Schindelin
2024-02-21refs: drop unused params from the reflog iterator callbackPatrick Steinhardt
2024-02-08Merge branch 'cp/unit-test-prio-queue'Junio C Hamano
2024-01-26Merge branch 'vd/fsck-submodule-url-test'Junio C Hamano
2024-01-26Merge branch 'al/unit-test-ctype'Junio 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-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-08Merge 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-18Merge branch 'jh/trace2-redact-auth'Junio C Hamano
2023-12-18Merge branch 'js/update-urls-in-doc-and-comment'Junio C Hamano
2023-12-18Merge branch 'cc/git-replay'Junio C Hamano
2023-12-18test-pkt-line: add option parser for unpack-sidebandJiang Xin
2023-12-14midx: implement `midx_preferred_pack()`Taylor Blau
2023-12-14midx: 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-06test-bloom: stop setting up Git directory twicePatrick Steinhardt
2023-11-02t: 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-13Merge 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-05decorate: add clear_decoration() functionJeff King
2023-10-02t1016-compatObjectFormat: add tests to verify the conversion between objectsEric W. Biederman
2023-10-02t/helper: add 'find-pack' test-toolChristian Couder
2023-09-29parse: 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-18run-command: mark unused parameters in start_bg_wait callbacksJeff King