summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-21ci: call `finalize_test_case_output` a little laterJohannes Schindelin1-5/+6
2022-05-21ci(github): mention where the full logs can be foundJohannes Schindelin1-0/+1
2022-05-21ci: use `--github-workflow-markup` in the GitHub workflowJohannes Schindelin1-2/+2
2022-05-21ci(github): avoid printing test case preamble twiceVictoria Dye2-0/+4
2022-05-21ci(github): skip the logs of the successful test casesJohannes Schindelin1-0/+4
2022-05-21ci: optionally mark up output in the GitHub workflowJohannes Schindelin3-3/+56
2022-05-21ci/run-build-and-tests: add some structure to the GitHub workflow outputJohannes Schindelin3-10/+52
2022-05-21ci: make it easier to find failed tests' logs in the GitHub workflowJohannes Schindelin4-14/+27
2022-05-21ci/run-build-and-tests: take a more high-level viewJohannes Schindelin1-6/+7
2022-05-21test(junit): avoid line feeds in XML attributesJohannes Schindelin1-4/+10
2022-05-21tests: refactor --write-junit-xml codeJohannes Schindelin2-108/+142
2022-05-21ci: fix code styleJohannes Schindelin1-2/+1
2022-05-20Documentation/technical: add cruft-packs.txtTaylor Blau2-0/+124
2022-05-20First batch for 2.37Junio C Hamano1-0/+56
2022-05-20Merge branch 'cb/ci-make-p4-optional'Junio C Hamano1-10/+16
2022-05-20Merge branch 'tk/p4-metadata-coding-strategies'Junio C Hamano5-18/+572
2022-05-20Merge branch 'ep/equals-null-cocci'Junio C Hamano2-2/+2
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano67-150/+180
2022-05-20Merge branch 'ds/sparse-colon-path'Junio C Hamano4-3/+66
2022-05-20Merge branch 'vd/sparse-stash'Junio C Hamano7-9/+131
2022-05-20Merge branch 'cd/bisect-messages-from-pre-flight-states'Junio C Hamano3-13/+93
2022-05-20Merge branch 'jc/update-ozlabs-url'Junio C Hamano1-1/+4
2022-05-20Merge branch 'gc/pull-recurse-submodules'Junio C Hamano2-3/+33
2022-05-20Merge branch 'mg/detect-compiler-in-c-locale'Junio C Hamano1-1/+1
2022-05-20Merge branch 'js/trace2-doc-fixes'Junio C Hamano1-22/+22
2022-05-20Merge branch 'mv/log-since-as-filter'Junio C Hamano4-0/+57
2022-05-20Merge branch 'rs/external-diff-tempfile'Junio C Hamano4-11/+81
2022-05-20Merge branch 'kf/p4-multiple-remotes'Junio C Hamano1-1/+9
2022-05-20Merge branch 'tk/p4-with-explicity-sync'Junio C Hamano3-14/+132
2022-05-20Merge branch 'tk/p4-utf8-bom'Junio C Hamano2-0/+44
2022-05-20Merge branch 'cg/vscode-with-gdb'Junio C Hamano2-2/+5
2022-05-20Merge branch 'sa/t1011-use-helpers'Junio C Hamano1-23/+23
2022-05-20Merge branch 'km/t3501-use-test-helpers'Junio C Hamano1-5/+4
2022-05-20Merge branch 'pb/submodule-recurse-mode-enum'Junio C Hamano2-2/+2
2022-05-20Merge branch 'ah/convert-warning-message'Junio C Hamano2-10/+10
2022-05-20Merge branch 'gf/unused-includes'Junio C Hamano2-2/+0
2022-05-20Merge branch 'gf/shorthand-version-and-help'Junio C Hamano3-6/+11
2022-05-20Merge branch 'rs/t7812-pcre2-ws-bug-test'Junio C Hamano1-0/+10
2022-05-20Merge branch 'ds/do-not-call-bug-on-bad-refs'Junio C Hamano2-2/+13
2022-05-20Merge branch 'sg/safe-directory-tests-and-docs'Junio C Hamano2-3/+31
2022-05-20builtin/repack.c: ensure that `names` is sortedTaylor Blau2-2/+3
2022-05-20t7703: demonstrate object corruption with pack.packSizeLimitTaylor Blau1-0/+47
2022-05-20repack: respect --keep-pack with geometric repackVictoria Dye2-11/+63
2022-05-19t6424: make sure a failed merge preserves local changesJunio C Hamano1-2/+30
2022-05-18builtin/receive-pack.c: remove redundant 'if'Taylor Blau1-2/+1
2022-05-18fetch: do not run a redundant fetch from submoduleJunio C Hamano2-1/+42
2022-05-16object-file: convert 'switch' back to 'if'Derrick Stolee1-6/+2
2022-05-16bundle.h: make "fd" version of read_bundle_header() publicÆvar Arnfjörð Bjarmason2-4/+6
2022-05-16remote: allow relative_url() to return an absolute urlDerrick Stolee2-2/+11
2022-05-16remote: move relative_url()Derrick Stolee3-129/+134