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
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24hash.h: move some oid-related declarations from cache.hElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-24treewide: remove unnecessary cache.h includes in source filesElijah Newren
2023-01-24Merge branch 'ab/test-env-helper'Junio C Hamano
2023-01-16Merge branch 'ds/bundle-uri-4'Junio C Hamano
2023-01-15env-helper: move this built-in to "test-tool env-helper"Ævar Arnfjörð Bjarmason
2023-01-06test-bundle-uri: drop unused variablesJeff King
2023-01-02Merge branch 'ds/bundle-uri-4'Junio C Hamano
2022-12-25bundle-uri: allow relative URLs in bundle listsDerrick Stolee
2022-12-25bundle-uri client: add helper for testing serverÆvar Arnfjörð Bjarmason
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano
2022-11-28Merge branch 'ab/fewer-the-index-macros'Junio C Hamano
2022-11-23Merge branch 'ab/submodule-helper-prep-only'Junio C Hamano
2022-11-21built-ins & libs & helpers: add/move destructors, fix leaksÆvar Arnfjörð Bjarmason
2022-11-21cache.h & test-tool.h: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason
2022-11-21cocci: apply "pending" index-compatibility to "t/helper/*.c"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-19Merge branch 'vd/skip-cache-tree-update'Taylor Blau
2022-11-19Merge branch 'ab/sha-makefile-doc'Taylor Blau
2022-11-11cache-tree: add perf test comparing update and primeVictoria Dye
2022-11-09Merge branch 'rs/no-more-run-command-v'Taylor Blau
2022-11-08submodule--helper: move "config" to a test-toolÆvar Arnfjörð Bjarmason
2022-11-08Makefile & test-tool: replace "DC_SHA1" variable with a "define"Ævar Arnfjörð Bjarmason
2022-10-31Merge branch 'ds/bundle-uri-3'Taylor Blau
2022-10-31Merge branch 'jh/trace2-timers-and-counters'Taylor Blau
2022-10-30replace and remove run_command_v_opt()René Scharfe
2022-10-30use child_process member "args" instead of string array variableRené Scharfe
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano
2022-10-28Merge branch 'ab/run-hook-api-cleanup'Junio C Hamano
2022-10-28Merge branch 'jk/unused-anno-more'Junio C Hamano
2022-10-24trace2: add global counter mechanismJeff Hostetler
2022-10-24trace2: add stopwatch timersJeff Hostetler
2022-10-18string-list: mark unused callback parametersJeff King
2022-10-13doc txt & -h consistency: use "<options>", not "<options>..."Ævar Arnfjörð Bjarmason
2022-10-13run-command API: have run_process_parallel() take an "opts" structÆvar Arnfjörð Bjarmason
2022-10-13run-command tests: use "return", not "exit"Ævar Arnfjörð Bjarmason
2022-10-13run-command API: have "run_processes_parallel{,_tr2}()" return voidÆvar Arnfjörð Bjarmason
2022-10-13run-command test helper: use "else if" patternÆvar Arnfjörð Bjarmason
2022-10-12bundle-uri: parse bundle list in config formatDerrick Stolee
2022-10-12bundle-uri: unit test "key=value" parsingÆvar Arnfjörð Bjarmason
2022-10-06test-submodule: inline resolve_relative_url() functionJeff King
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-13Merge branch 'sg/parse-options-subcommand'Junio C Hamano
2022-09-13Merge branch 'ab/submodule-helper-prep'Junio C Hamano
2022-09-07test-parse-options.c: fix style of comparison with zeroSZEDER Gábor
2022-09-07test-parse-options.c: don't use for loop initial declarationSZEDER Gábor
2022-09-06Merge branch 'jk/test-crontab-fixes'Junio C Hamano
2022-09-06Merge branch 'bc/gc-crontab-fix'Junio C Hamano