summaryrefslogtreecommitdiffstats
path: root/unimplemented.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-04The sixth batchJunio C Hamano1-0/+11
2021-12-23sparse-checkout: remove stray trailing spaceElijah Newren1-1/+1
2021-12-23The fifth batchJunio C Hamano1-0/+13
2021-12-22The fourth batchJunio C Hamano1-1/+33
2021-12-17format-patch: mark rev_info with UNLEAKJunio C Hamano1-0/+1
2021-12-15clone: avoid using deprecated `sparse-checkout init`Elijah Newren1-1/+1
2021-12-15Documentation: clarify/correct a few sparsity related statementsElijah Newren2-5/+5
2021-12-15git-sparse-checkout.txt: update to document init/set/reapply changesElijah Newren1-43/+55
2021-12-15sparse-checkout: enable reapply to take --[no-]{cone,sparse-index}Elijah Newren1-1/+17
2021-12-15sparse-checkout: enable `set` to initialize sparse-checkout modeElijah Newren1-1/+26
2021-12-15sparse-checkout: split out code for tweaking settings configElijah Newren1-19/+37
2021-12-15sparse-checkout: disallow --no-stdin as an argument to setElijah Newren1-2/+3
2021-12-15sparse-checkout: add sanity-checks on initial sparsity stateElijah Newren2-1/+29
2021-12-15sparse-checkout: break apart functions for sparse_checkout_(set|add)Elijah Newren1-14/+40
2021-12-15sparse-checkout: pass use_stdin as a parameter instead of as a globalElijah Newren1-12/+16
2021-12-15The third batchJunio C Hamano1-0/+65
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