Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'tb/ci-concurrency' | Junio C Hamano | 2023-01-16 | 3 | -2/+50 |
|\ | |||||
| * | ci: avoid unnecessary builds | Taylor Blau | 2022-11-08 | 3 | -2/+50 |
* | | Merge branch 'pw/ci-print-failure-name-fix' | Junio C Hamano | 2023-01-16 | 1 | -2/+4 |
|\ \ | |||||
| * | | ci(github): restore "print test failures" step name | Phillip Wood | 2023-01-04 | 1 | -2/+4 |
* | | | Merge branch 'cw/ci-whitespace' | Junio C Hamano | 2023-01-08 | 1 | -11/+46 |
|\ \ \ | |||||
| * | | | ci (check-whitespace): move to actions/checkout@v3 | Chris. Webster | 2022-12-20 | 1 | -1/+1 |
| * | | | ci (check-whitespace): add links to job output | Chris. Webster | 2022-12-20 | 1 | -9/+25 |
| * | | | ci (check-whitespace): suggest fixes for errors | Chris. Webster | 2022-12-20 | 1 | -9/+28 |
* | | | | ci: only run win+VS build & tests in Git for Windows' fork | Johannes Schindelin | 2022-12-20 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'js/ci-use-newer-up-down-artifact' | Junio C Hamano | 2022-12-10 | 1 | -8/+14 |
|\ \ \ | |||||
| * | | | ci: avoid using deprecated {up,down}load-artifacts Action | Johannes Schindelin | 2022-12-08 | 1 | -8/+14 |
* | | | | Merge branch 'ab/ci-use-macos-12' | Junio C Hamano | 2022-12-10 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | CI: upgrade to macos-12, and pin OSX version | Ævar Arnfjörð Bjarmason | 2022-12-07 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge branch 'ab/ci-retire-set-output' | Junio C Hamano | 2022-12-10 | 2 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | CI: migrate away from deprecated "set-output" syntax | Ævar Arnfjörð Bjarmason | 2022-12-08 | 2 | -3/+3 |
| |/ / / | |||||
* | | | | Merge branch 'ab/ci-musl-bash-fix' | Junio C Hamano | 2022-12-10 | 1 | -6/+2 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | CI: don't explicitly pick "bash" shell outside of Windows, fix regression | Ævar Arnfjörð Bjarmason | 2022-12-08 | 1 | -6/+2 |
| |/ / | |||||
* | | | Merge branch 'od/ci-use-checkout-v3-when-applicable' | Junio C Hamano | 2022-12-10 | 1 | -7/+10 |
|\ \ \ | |||||
| * | | | ci(main): upgrade actions/checkout to v3 | Oscar Dominguez | 2022-12-06 | 1 | -7/+10 |
| |/ / | |||||
* | | | Merge branch 'jx/ci-ubuntu-fix' | Junio C Hamano | 2022-11-29 | 1 | -5/+2 |
|\ \ \ | |||||
| * | | | github-actions: run gcc-8 on ubuntu-20.04 image | Jiang Xin | 2022-11-27 | 1 | -5/+2 |
| |/ / | |||||
* | / | ci: use a newer `github-script` version | Johannes Schindelin | 2022-11-08 | 1 | -3/+3 |
| |/ |/| | |||||
* | | ci: add address and undefined sanitizer tasks | Junio C Hamano | 2022-10-20 | 1 | -0/+6 |
|/ | |||||
* | ci: update 'static-analysis' to Ubuntu 22.04 | Derrick Stolee | 2022-08-24 | 1 | -1/+1 |
* | ci(github): bring back the 'print test failures' step | Johannes Schindelin | 2022-06-09 | 1 | -0/+16 |
* | ci: make it easier to find failed tests' logs in the GitHub workflow | Johannes Schindelin | 2022-05-22 | 1 | -12/+0 |
* | Merge branch 'ab/ci-updates' | Junio C Hamano | 2021-12-15 | 1 | -2/+24 |
|\ | |||||
| * | CI: don't run "make test" twice in one job | Ævar Arnfjörð Bjarmason | 2021-11-24 | 1 | -0/+9 |
| * | CI: use "$runs_on_pool", not "$jobname" to select packages & config | Ævar Arnfjörð Bjarmason | 2021-11-24 | 1 | -0/+4 |
| * | CI: rename the "Linux32" job to lower-case "linux32" | Ævar Arnfjörð Bjarmason | 2021-11-24 | 1 | -1/+2 |
| * | CI: use shorter names that fit in UX tooltips | Ævar Arnfjörð Bjarmason | 2021-11-24 | 1 | -1/+9 |
* | | Merge branch 'hk/ci-checkwhitespace-commentfix' | Junio C Hamano | 2021-12-10 | 1 | -2/+3 |
|\ \ | |||||
| * | | ci(check-whitespace): update stale file top comments | Hans Krentel (hakre) | 2021-11-19 | 1 | -2/+3 |
* | | | Merge branch 'js/ci-no-directional-formatting' | Junio C Hamano | 2021-12-10 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | ci: disallow directional formatting | Johannes Schindelin | 2021-11-04 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'js/windows-ci-path-fix' | Junio C Hamano | 2021-10-19 | 1 | -3/+3 |
|\ \ | |||||
| * | | ci(windows): ensure that we do not pick up random executables | Johannes Schindelin | 2021-10-13 | 1 | -3/+3 |
| |/ | |||||
| * | Merge branch 'cb/ci-use-upload-artifacts-v1' into maint | Junio C Hamano | 2021-10-12 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'cb/ci-build-pedantic' into maint | Junio C Hamano | 2021-10-12 | 1 | -0/+2 |
| |\ \ | |||||
* | \ \ | Merge branch 'js/retire-preserve-merges' | Junio C Hamano | 2021-10-19 | 1 | -1/+0 |
|\ \ \ \ | |||||
| * | | | | tests: stop testing `git rebase --preserve-merges` | Johannes Schindelin | 2021-09-08 | 1 | -1/+0 |
| |/ / / | |||||
* | | | | Merge branch 'ab/sanitize-leak-ci' | Junio C Hamano | 2021-10-11 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | tests: add a test mode for SANITIZE=leak, run it in CI | Ævar Arnfjörð Bjarmason | 2021-09-23 | 1 | -0/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'jx/ci-l10n' | Junio C Hamano | 2021-10-04 | 1 | -0/+105 |
|\ \ \ \ | |||||
| * | | | | ci: new github-action for git-l10n code review | Jiang Xin | 2021-09-09 | 1 | -0/+105 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'cb/ci-build-pedantic' | Junio C Hamano | 2021-09-10 | 1 | -0/+2 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | ci: run a pedantic build as part of the GitHub workflow | Carlo Marcelo Arenas Belón | 2021-08-11 | 1 | -0/+2 |
* | | | ci: use upload-artifacts v1 for dockerized jobs | Carlo Marcelo Arenas Belón | 2021-08-15 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge branch 'js/ci-check-whitespace-updates' | Junio C Hamano | 2021-08-02 | 1 | -24/+2 |
|\ \ | |||||
| * | | ci(check-whitespace): restrict to the intended commits | Johannes Schindelin | 2021-07-15 | 1 | -8/+2 |