summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-15Merge branch 'es/worktree-chatty-to-stderr'Junio C Hamano5-34/+28
2021-12-15Merge branch 'ab/ci-updates'Junio C Hamano10-165/+72
2021-12-15Merge branch 'hn/reflog-tests'Junio C Hamano7-19/+42
2021-12-15Merge branch 'rj/receive-pack-avoid-sigpipe-during-status-reporting'Junio C Hamano1-0/+2
2021-12-15Merge branch 'es/pretty-describe-more'Junio C Hamano3-15/+75
2021-12-15Merge branch 'ab/run-command'Junio C Hamano33-223/+157
2021-12-15Merge branch 'hn/t1404-df-limitation-is-ref-files-only'Junio C Hamano1-16/+16
2021-12-15Merge branch 'en/zdiff3'Junio C Hamano15-30/+205
2021-12-15Merge branch 'ds/trace2-regions-in-tests'Junio C Hamano6-9/+12
2021-12-15Merge branch 'fs/test-prereq'Junio C Hamano4-4/+55
2021-12-15Merge branch 'ab/mark-leak-free-tests-even-more'Junio C Hamano104-0/+152
2021-12-15Merge branch 'hn/reftable'Junio C Hamano69-12/+11125
2021-12-13git-apply: add --allow-empty flagJerry Zhang4-7/+30
2021-12-13git-apply: add --quiet flagJerry Zhang2-2/+7
2021-12-13chainlint.sed: stop splitting "(..." into separate lines "(" and "..."Eric Sunshine9-35/+37
2021-12-13chainlint.sed: swallow comments consistentlyEric Sunshine6-4/+52
2021-12-13chainlint.sed: stop throwing away here-doc tagsEric Sunshine11-29/+35
2021-12-13chainlint.sed: don't mistake `<< word` in string as here-doc operatorEric Sunshine3-2/+36
2021-12-13chainlint.sed: make here-doc "<<-" operator recognition more POSIX-likeEric Sunshine1-4/+4
2021-12-13chainlint.sed: drop subshell-closing ">" annotationEric Sunshine39-89/+80
2021-12-13chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?!Eric Sunshine5-25/+24
2021-12-13chainlint.sed: tolerate harmless ";" at end of last line in blockEric Sunshine2-7/+8
2021-12-13chainlint.sed: improve ?!SEMI?! placement accuracyEric Sunshine5-18/+18
2021-12-13chainlint.sed: improve ?!AMP?! placement accuracyEric Sunshine23-38/+38
2021-12-13t/Makefile: optimize chainlint self-testEric Sunshine1-6/+4
2021-12-13t/chainlint/one-liner: avoid overly intimate chainlint.sed knowledgeEric Sunshine2-2/+2
2021-12-13t/chainlint/*.test: generalize self-test commentaryEric Sunshine6-9/+6
2021-12-13t/chainlint/*.test: fix invalid test cases due to mixing quote typesEric Sunshine20-70/+38
2021-12-13t/chainlint/*.test: don't use invalid shell syntaxEric Sunshine3-4/+6
2021-12-13t6000-t9999: detect and signal failure within loopEric Sunshine32-65/+65
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine20-50/+50
2021-12-13t4000-t4999: detect and signal failure within loopEric Sunshine16-38/+38
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine31-55/+55
2021-12-13tests: simplify by dropping unnecessary `for` loopsEric Sunshine7-50/+14
2021-12-13tests: apply modern idiom for exiting loop upon failureEric Sunshine3-25/+12
2021-12-13tests: apply modern idiom for signaling test failureEric Sunshine3-6/+6
2021-12-13tests: fix broken &&-chains in `{...}` groupsEric Sunshine19-50/+53
2021-12-13tests: fix broken &&-chains in `$(...)` command substitutionsEric Sunshine6-11/+11
2021-12-13tests: fix broken &&-chains in compound statementsEric Sunshine28-89/+95
2021-12-13tests: use test_write_lines() to generate line-oriented outputEric Sunshine26-170/+106
2021-12-13tests: simplify construction of large blocks of textEric Sunshine7-202/+205
2021-12-13t9107: use shell parameter expansion to avoid breaking &&-chainEric Sunshine1-4/+4
2021-12-13t6300: make `%(raw:size) --shell` test more robustEric Sunshine1-4/+1
2021-12-13t5516: drop unnecessary subshell and command invocationEric Sunshine1-4/+1
2021-12-13t4202: clarify intent by creating expected content less cleverlyEric Sunshine1-21/+21
2021-12-13t1020: avoid aborting entire test script when one test failsEric Sunshine1-3/+3
2021-12-13t1010: fix unnoticed failure on WindowsEric Sunshine1-2/+2
2021-12-10The second batchJunio C Hamano1-0/+99
2021-12-10Merge branch 'en/rebase-x-fix'Junio C Hamano2-2/+7
2021-12-10Merge branch 'cb/add-p-single-key-fix'Junio C Hamano1-7/+9