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-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21treewide: remove cache.h inclusion due to environment.h changesElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: remove unnecessary includes of cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren
2023-03-21treewide: remove unnecessary inclusion of gettext.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren
2023-03-20Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano
2023-03-18Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-03-18Merge branch 'en/header-cleanup'Junio C Hamano
2023-03-07parse-options: consistently allocate memory in fix_filename()Jeff King
2023-02-27Merge branch 'tb/drop-dir-iterator-follow-symlink-bit'Junio C Hamano
2023-02-24Merge branch 'jc/genzeros-avoid-raw-write'Junio C Hamano
2023-02-24Merge branch 'rs/ctype-test'Junio C Hamano
2023-02-24run_processes_parallel: mark unused callback parametersJeff King
2023-02-24prio-queue: mark unused parameters in comparison functionsJeff King
2023-02-24object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren
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-02-17dir-iterator: drop unused `DIR_ITERATOR_FOLLOW_SYMLINKS`Taylor Blau
2023-02-16test-genzeros: avoid raw write(2)Junio C Hamano
2023-02-14test-ctype: test iscntrl, ispunct, isxdigit and isprintRené Scharfe
2023-02-14test-ctype: test islower and isupperRené Scharfe
2023-02-14test-ctype: test isasciiRené Scharfe
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