aboutsummaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge branch 'pb/ci-win-artifact-names-fix'Junio C Hamano1-2/+2
2024-03-11ci(github): make Windows test artifacts name uniquePhilippe Blain1-2/+2
2024-02-26Merge branch 'ps/reftable-backend'Junio C Hamano1-0/+9
2024-02-16l10n: ci: disable cache for setup-go to suppress warningsJiang Xin1-0/+1
2024-02-16l10n: ci: remove unused param for add-pr-comment@v2Jiang Xin1-1/+0
2024-02-15Merge branch 'master' of github.com:git/gitJiang Xin4-24/+27
2024-02-13Merge branch 'js/github-actions-update'Junio C Hamano2-12/+12
2024-02-13Merge branch 'jc/github-actions-update'Junio C Hamano3-12/+12
2024-02-12Merge branch 'pb/template-for-single-commit-pr'Junio C Hamano1-0/+3
2024-02-12ci(linux32): add a note about Actions that must not be updatedJohannes Schindelin1-2/+2
2024-02-12ci: bump remaining outdated Actions versionsJohannes Schindelin2-10/+10
2024-02-11l10n: bump Actions versions in l10n.ymlJohannes Schindelin1-2/+2
2024-02-07ci: add jobs to test with the reftable backendPatrick Steinhardt1-0/+9
2024-02-06.github/PULL_REQUEST_TEMPLATE.md: add a note about single-commit PRsPhilippe Blain1-0/+3
2024-02-02Merge branch 'jc/maint-github-actions-update' into jc/github-actions-updateJunio C Hamano3-12/+12
2024-02-02GitHub Actions: update to github-script@v7Junio C Hamano1-1/+1
2024-02-02GitHub Actions: update to checkout@v4Junio C Hamano3-10/+10
2024-01-19ci: build and run minimal fuzzers in GitHub CIJosh Steadmon1-0/+11
2023-11-03ci: upgrade to using macos-13Johannes Schindelin1-3/+3
2023-11-02Merge branch 'jk/ci-retire-allow-ref' into maint-2.42Junio C Hamano1-3/+7
2023-11-02Merge branch 'jc/ci-skip-same-commit' into maint-2.42Junio C Hamano1-0/+13
2023-10-05coverity: detect and report when the token or project is incorrectJohannes Schindelin1-1/+12
2023-09-25coverity: allow running on macOSJohannes Schindelin1-2/+20
2023-09-25coverity: support building on WindowsJohannes Schindelin1-6/+51
2023-09-25coverity: allow overriding the Coverity projectJohannes Schindelin1-1/+4
2023-09-25coverity: cache the Coverity Build ToolJohannes Schindelin1-0/+28
2023-09-25ci: add a GitHub workflow to submit Coverity scansJohannes Schindelin1-0/+58
2023-08-30ci: deprecate ci/config/allow-ref scriptJeff King1-3/+6
2023-08-30ci: allow branch selection through "vars"Jeff King1-0/+1
2023-08-25ci: avoid building from the same commit in parallelJohannes Schindelin1-0/+13
2023-06-03ci: drop linux-clang jobJeff King1-3/+0
2023-06-03ci: run ASan/UBSan in a single jobJeff King1-4/+1
2023-06-03ci: use clang for ASan/UBSan checksJeff King1-2/+2
2023-01-16Merge branch 'tb/ci-concurrency'Junio C Hamano3-2/+50
2023-01-16Merge branch 'pw/ci-print-failure-name-fix'Junio C Hamano1-2/+4
2023-01-08Merge branch 'cw/ci-whitespace'Junio C Hamano1-11/+46
2023-01-04ci(github): restore "print test failures" step namePhillip Wood1-2/+4
2022-12-20ci (check-whitespace): move to actions/checkout@v3Chris. Webster1-1/+1
2022-12-20ci (check-whitespace): add links to job outputChris. Webster1-9/+25
2022-12-20ci (check-whitespace): suggest fixes for errorsChris. Webster1-9/+28
2022-12-20ci: only run win+VS build & tests in Git for Windows' forkJohannes Schindelin1-1/+1
2022-12-10Merge branch 'js/ci-use-newer-up-down-artifact'Junio C Hamano1-8/+14
2022-12-10Merge branch 'ab/ci-use-macos-12'Junio C Hamano1-2/+2
2022-12-10Merge branch 'ab/ci-retire-set-output'Junio C Hamano2-3/+3
2022-12-10Merge branch 'ab/ci-musl-bash-fix'Junio C Hamano1-6/+2
2022-12-10Merge branch 'od/ci-use-checkout-v3-when-applicable'Junio C Hamano1-7/+10
2022-12-08CI: migrate away from deprecated "set-output" syntaxÆvar Arnfjörð Bjarmason2-3/+3
2022-12-08ci: avoid using deprecated {up,down}load-artifacts ActionJohannes Schindelin1-8/+14
2022-12-08CI: don't explicitly pick "bash" shell outside of Windows, fix regressionÆvar Arnfjörð Bjarmason1-6/+2
2022-12-07CI: upgrade to macos-12, and pin OSX versionÆvar Arnfjörð Bjarmason1-2/+2
2022-12-06ci(main): upgrade actions/checkout to v3Oscar Dominguez1-7/+10
2022-11-29Merge branch 'jx/ci-ubuntu-fix'Junio C Hamano1-5/+2
2022-11-27github-actions: run gcc-8 on ubuntu-20.04 imageJiang Xin1-5/+2
2022-11-08ci: use a newer `github-script` versionJohannes Schindelin1-3/+3
2022-11-08ci: avoid unnecessary buildsTaylor Blau3-2/+50
2022-10-20ci: add address and undefined sanitizer tasksJunio C Hamano1-0/+6
2022-08-24ci: update 'static-analysis' to Ubuntu 22.04Derrick Stolee1-1/+1
2022-06-08ci(github): bring back the 'print test failures' stepJohannes Schindelin1-0/+16
2022-05-21ci: make it easier to find failed tests' logs in the GitHub workflowJohannes Schindelin1-12/+0
2021-12-15Merge branch 'ab/ci-updates'Junio C Hamano1-2/+24
2021-12-10Merge branch 'hk/ci-checkwhitespace-commentfix'Junio C Hamano1-2/+3
2021-12-10Merge branch 'js/ci-no-directional-formatting'Junio C Hamano1-0/+1
2021-11-23CI: don't run "make test" twice in one jobÆvar Arnfjörð Bjarmason1-0/+9
2021-11-23CI: use "$runs_on_pool", not "$jobname" to select packages & configÆvar Arnfjörð Bjarmason1-0/+4
2021-11-23CI: rename the "Linux32" job to lower-case "linux32"Ævar Arnfjörð Bjarmason1-1/+2
2021-11-23CI: use shorter names that fit in UX tooltipsÆvar Arnfjörð Bjarmason1-1/+9
2021-11-19ci(check-whitespace): update stale file top commentsHans Krentel (hakre)1-2/+3
2021-11-04ci: disallow directional formattingJohannes Schindelin1-0/+1
2021-10-18Merge branch 'js/windows-ci-path-fix'Junio C Hamano1-3/+3
2021-10-18Merge branch 'js/retire-preserve-merges'Junio C Hamano1-1/+0
2021-10-13ci(windows): ensure that we do not pick up random executablesJohannes Schindelin1-3/+3
2021-10-12Merge branch 'cb/ci-use-upload-artifacts-v1' into maintJunio C Hamano1-1/+1
2021-10-12Merge branch 'cb/ci-build-pedantic' into maintJunio C Hamano1-0/+2
2021-10-11Merge branch 'ab/sanitize-leak-ci'Junio C Hamano1-0/+3
2021-10-03Merge branch 'jx/ci-l10n'Junio C Hamano1-0/+105
2021-09-23tests: add a test mode for SANITIZE=leak, run it in CIÆvar Arnfjörð Bjarmason1-0/+3
2021-09-10Merge branch 'cb/ci-build-pedantic'Junio C Hamano1-0/+2
2021-09-09ci: new github-action for git-l10n code reviewJiang Xin1-0/+105
2021-09-07tests: stop testing `git rebase --preserve-merges`Johannes Schindelin1-1/+0
2021-08-15ci: use upload-artifacts v1 for dockerized jobsCarlo Marcelo Arenas Belón1-1/+1
2021-08-11ci: run a pedantic build as part of the GitHub workflowCarlo Marcelo Arenas Belón1-0/+2
2021-08-02Merge branch 'js/ci-check-whitespace-updates'Junio C Hamano1-24/+2
2021-07-28Merge branch 'js/ci-make-sparse'Junio C Hamano1-0/+20
2021-07-26ci/install-dependencies: handle "sparse" job package installsJeff King1-4/+2
2021-07-26ci: run "apt-get update" before "apt-get install"Jeff King1-0/+1
2021-07-14ci(check-whitespace): restrict to the intended commitsJohannes Schindelin1-8/+2
2021-07-14ci(check-whitespace): stop requiring a read/write tokenJohannes Schindelin1-16/+0
2021-07-14ci: run `make sparse` as part of the GitHub workflowJohannes Schindelin1-0/+21
2021-07-06ci: accelerate the checkoutJohannes Schindelin1-5/+5
2021-07-06ci (vs-build): build with NO_GETTEXTDennis Ameling1-2/+2
2021-07-06ci (windows): transfer also the Git-tracked files to the test jobsJohannes Schindelin1-10/+12
2021-06-28ci: upgrade to using actions/{up,down}load-artifacts v2Johannes Schindelin1-8/+8
2021-06-28ci (vs-build): use `cmd` to copy the DLLs, not `powershell`Johannes Schindelin1-4/+2
2021-06-28ci: use the new GitHub Action to download git-sdk-64-minimalJohannes Schindelin1-84/+19
2021-03-29cmake(install): include vcpkg dllsDennis Ameling1-0/+5
2021-02-10Merge branch 'tb/ci-run-cocci-with-18.04'Junio C Hamano1-1/+1
2021-02-10Merge branch 'ab/detox-gettext-tests'Junio C Hamano1-1/+1
2021-02-08.github/workflows/main.yml: run static-analysis on bionicTaylor Blau1-1/+1
2021-01-27ci: do not cancel all jobs of a matrix if one failsPhilippe Blain1-0/+4
2021-01-21ci: remove GETTEXT_POISON jobsÆvar Arnfjörð Bjarmason1-1/+1
2020-12-14Merge branch 'da/vs-build-iconv-fix'Junio C Hamano1-1/+0
2020-12-04ci(vs-build): stop passing the iconv library location explicitlyDennis Ameling1-1/+0
2020-11-11Merge branch 'js/ci-github-set-env'Junio C Hamano1-1/+1
2020-11-11Merge branch 'cw/ci-ghwf-check-ws-errors'Junio C Hamano1-2/+4
2020-11-06ci: avoid using the deprecated `set-env` constructJohannes Schindelin1-1/+1
2020-11-03ci: make the whitespace checker more robustJohannes Schindelin1-2/+4
2020-10-30Merge branch 'js/ci-ghwf-dedup-tests'Junio C Hamano1-27/+31
2020-10-12ci: make the "skip-if-redundant" check more defensiveJohannes Schindelin1-27/+31
2020-10-12ci: work around old records of GitHub runsJohannes Schindelin1-1/+1
2020-10-09ci: github action - add check for whitespace errorsChris. Webster1-0/+69
2020-10-08Merge branch 'js/ci-ghwf-dedup-tests'Junio C Hamano1-1/+38
2020-10-08ci: skip GitHub workflow runs for already-tested commits/treesJohannes Schindelin1-1/+38
2020-10-07GitHub workflow: automatically follow minor updates of setup-msbuildJohannes Schindelin1-1/+1
2020-09-02ci: avoid ugly "failure" in the `ci-config` jobJohannes Schindelin1-2/+1
2020-09-02ci: fix indentation of the `ci-config` jobJohannes Schindelin1-2/+2
2020-08-31Merge branch 'am/ci-wsfix'Junio C Hamano1-28/+28
2020-08-21ci: fix inconsistent indentationAdrian Moennich1-28/+28
2020-08-11Merge branch 'ss/cmake-build'Junio C Hamano1-15/+24
2020-06-26ci: modification of main.yml to use cmake for vs-build jobSibi Siddharthan1-15/+24
2020-06-17Merge branch 'es/advertise-contribution-doc'Junio C Hamano1-0/+3
2020-06-08docs: mention MyFirstContribution in more placesEmily Shaffer1-0/+3
2020-05-20Merge branch 'js/ci-sdk-download-fix'Junio C Hamano1-11/+44
2020-05-15ci: avoid pounding on the poor ci-artifacts containerJohannes Schindelin1-11/+44
2020-05-07ci: allow per-branch config for GitHub ActionsJeff King1-0/+42
2020-04-10ci: let GitHub Actions upload failed tests' directoriesJohannes Schindelin1-0/+18
2020-04-10ci: configure GitHub Actions for CI/PRĐoàn Trần Công Danh1-0/+212
2019-03-13point pull requesters to GitGitGadgetJeff King2-3/+3
2017-06-13Configure Git contribution guidelines for github.comLars Schneider2-0/+26