summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'es/chainlint'Junio C Hamano2021-12-2371-293/+339
|\
| * chainlint.sed: stop splitting "(..." into separate lines "(" and "..."Eric Sunshine2021-12-139-35/+37
| * chainlint.sed: swallow comments consistentlyEric Sunshine2021-12-136-4/+52
| * chainlint.sed: stop throwing away here-doc tagsEric Sunshine2021-12-1311-29/+35
| * chainlint.sed: don't mistake `<< word` in string as here-doc operatorEric Sunshine2021-12-133-2/+36
| * chainlint.sed: make here-doc "<<-" operator recognition more POSIX-likeEric Sunshine2021-12-131-4/+4
| * chainlint.sed: drop subshell-closing ">" annotationEric Sunshine2021-12-1339-89/+80
| * chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?!Eric Sunshine2021-12-135-25/+24
| * chainlint.sed: tolerate harmless ";" at end of last line in blockEric Sunshine2021-12-132-7/+8
| * chainlint.sed: improve ?!SEMI?! placement accuracyEric Sunshine2021-12-135-18/+18
| * chainlint.sed: improve ?!AMP?! placement accuracyEric Sunshine2021-12-1323-38/+38
| * t/Makefile: optimize chainlint self-testEric Sunshine2021-12-131-6/+4
| * t/chainlint/one-liner: avoid overly intimate chainlint.sed knowledgeEric Sunshine2021-12-132-2/+2
| * t/chainlint/*.test: generalize self-test commentaryEric Sunshine2021-12-136-9/+6
| * t/chainlint/*.test: fix invalid test cases due to mixing quote typesEric Sunshine2021-12-1320-70/+38
| * t/chainlint/*.test: don't use invalid shell syntaxEric Sunshine2021-12-133-4/+6
* | Merge branch 'jz/apply-quiet-and-allow-empty'Junio C Hamano2021-12-231-4/+18
|\ \
| * | git-apply: add --allow-empty flagJerry Zhang2021-12-131-4/+18
| |/
* | Merge branch 'ab/common-main-cleanup'Junio C Hamano2021-12-231-2/+3
|\ \
| * | common-main.c: call exit(), don't returnÆvar Arnfjörð Bjarmason2021-12-071-2/+3
* | | Merge branch 'ab/fetch-set-upstream-while-detached'Junio C Hamano2021-12-231-0/+22
|\ \ \
| * | | pull, fetch: fix segfault in --set-upstream optionÆvar Arnfjörð Bjarmason2021-12-081-0/+22
* | | | Merge branch 'ld/sparse-diff-blame'Junio C Hamano2021-12-222-18/+95
|\ \ \ \
| * | | | blame: enable and test the sparse indexLessley Dennington2021-12-062-11/+40
| * | | | diff: enable and test the sparse indexLessley Dennington2021-12-062-0/+48
| * | | | diff: replace --staged with --cached in t1092 testsLessley Dennington2021-12-061-7/+7
| * | | | test-read-cache: set up repo after git directoryLessley Dennington2021-12-061-2/+3
| * | | | Merge branch 'vd/sparse-reset' into ld/sparse-diff-blameJunio C Hamano2021-11-293-15/+159
| |\ \ \ \
* | \ \ \ \ Merge branch 'ak/protect-any-current-branch'Junio C Hamano2021-12-224-4/+43
|\ \ \ \ \ \
| * | | | | | branch: protect branches checked out in all worktreesAnders Kaseorg2021-12-021-0/+7
| * | | | | | receive-pack: protect current branch for bare repository worktreeAnders Kaseorg2021-12-021-0/+14
| * | | | | | fetch: protect branches checked out in all worktreesAnders Kaseorg2021-12-021-0/+18
| * | | | | | branch: lowercase error messagesAnders Kaseorg2021-12-022-3/+3
| * | | | | | receive-pack: lowercase error messagesAnders Kaseorg2021-12-021-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'fs/ssh-signing-other-keytypes'Junio C Hamano2021-12-223-3/+28
|\ \ \ \ \ \
| * | | | | | ssh signing: make sign/amend test more resilientFabian Stelzer2021-11-192-2/+2
| * | | | | | ssh signing: support non ssh-* keytypesFabian Stelzer2021-11-192-1/+26
* | | | | | | Merge branch 'fs/ssh-signing-key-lifetime'Junio C Hamano2021-12-225-13/+244
|\ \ \ \ \ \ \
| * | | | | | | ssh signing: verify ssh-keygen in test prereqFabian Stelzer2021-12-091-13/+40
| * | | | | | | ssh signing: make fmt-merge-msg consider key lifetimeFabian Stelzer2021-12-091-0/+58
| * | | | | | | ssh signing: make verify-tag consider key lifetimeFabian Stelzer2021-12-091-0/+42
| * | | | | | | ssh signing: make git log verify key lifetimeFabian Stelzer2021-12-091-0/+43
| * | | | | | | ssh signing: make verify-commit consider key lifetimeFabian Stelzer2021-12-091-0/+42
| * | | | | | | ssh signing: add key lifetime test prereqsFabian Stelzer2021-12-091-1/+18
| * | | | | | | t/fmt-merge-msg: make gpgssh tests more specificFabian Stelzer2021-12-091-0/+2
| * | | | | | | t/fmt-merge-msg: do not redirect stderrFabian Stelzer2021-12-091-4/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jk/log-decorate-opts-with-implicit-decorate'Junio C Hamano2021-12-221-0/+37
|\ \ \ \ \ \ \
| * | | | | | | log: load decorations with --simplify-by-decorationJeff King2021-12-021-0/+15
| * | | | | | | log: handle --decorate-refs with userformat "%d"Jeff King2021-12-021-0/+22
| |/ / / / / /
* | | | | | | Merge branch 'en/rebase-x-wo-git-dir-env'Junio C Hamano2021-12-221-0/+23
|\ \ \ \ \ \ \