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-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-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
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-20short help: allow multi-line opthelpJunio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-14t/helper: mark unused callback void data parametersJeff King
2023-07-14test-ref-store: drop unimplemented reflog-expire commandJeff King
2023-07-11refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau
2023-07-11ref-filter.h: provide `REF_FILTER_INIT`Jeff King
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-29config: pass kvi to die_bad_number()Glen Choo
2023-06-29config.c: pass ctx in configsetsGlen Choo
2023-06-29config: add ctx arg to config_fn_tGlen Choo