summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* The fifth batchHEADmasterJunio C Hamano2021-12-22-0/+13
* Merge branch 'es/chainlint'Junio C Hamano2021-12-22-293/+339
|\
| * chainlint.sed: stop splitting "(..." into separate lines "(" and "..."Eric Sunshine2021-12-13-35/+37
| * chainlint.sed: swallow comments consistentlyEric Sunshine2021-12-13-4/+52
| * chainlint.sed: stop throwing away here-doc tagsEric Sunshine2021-12-13-29/+35
| * chainlint.sed: don't mistake `<< word` in string as here-doc operatorEric Sunshine2021-12-13-2/+36
| * chainlint.sed: make here-doc "<<-" operator recognition more POSIX-likeEric Sunshine2021-12-13-4/+4
| * chainlint.sed: drop subshell-closing ">" annotationEric Sunshine2021-12-13-89/+80
| * chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?!Eric Sunshine2021-12-13-25/+24
| * chainlint.sed: tolerate harmless ";" at end of last line in blockEric Sunshine2021-12-13-7/+8
| * chainlint.sed: improve ?!SEMI?! placement accuracyEric Sunshine2021-12-13-18/+18
| * chainlint.sed: improve ?!AMP?! placement accuracyEric Sunshine2021-12-13-38/+38
| * t/Makefile: optimize chainlint self-testEric Sunshine2021-12-13-6/+4
| * t/chainlint/one-liner: avoid overly intimate chainlint.sed knowledgeEric Sunshine2021-12-13-2/+2
| * t/chainlint/*.test: generalize self-test commentaryEric Sunshine2021-12-13-9/+6
| * t/chainlint/*.test: fix invalid test cases due to mixing quote typesEric Sunshine2021-12-13-70/+38
| * t/chainlint/*.test: don't use invalid shell syntaxEric Sunshine2021-12-13-4/+6
* | Merge branch 'jz/apply-quiet-and-allow-empty'Junio C Hamano2021-12-22-8/+36
|\ \
| * | git-apply: add --allow-empty flagJerry Zhang2021-12-13-7/+30
| * | git-apply: add --quiet flagJerry Zhang2021-12-13-2/+7
| |/
* | Merge branch 'jk/limit-developers-to-gnu99'Junio C Hamano2021-12-22-0/+5
|\ \
| * | config.mak.dev: specify -std=gnu99 for gcc/clangJeff King2021-12-08-0/+5
| * | Merge branch 'bc/require-c99' into jk/limit-developers-to-gnu99Junio C Hamano2021-12-08-2/+15
| |\ \
* | \ \ Merge branch 'ab/common-main-cleanup'Junio C Hamano2021-12-22-5/+9
|\ \ \ \
| * | | | common-main.c: call exit(), don't returnÆvar Arnfjörð Bjarmason2021-12-07-5/+9
| |/ / /
* | | | Merge branch 'ab/fetch-set-upstream-while-detached'Junio C Hamano2021-12-22-0/+32
|\ \ \ \
| * | | | pull, fetch: fix segfault in --set-upstream optionÆvar Arnfjörð Bjarmason2021-12-07-0/+32
* | | | | The fourth batchJunio C Hamano2021-12-21-1/+33
* | | | | Merge branch 'js/scalar'Junio C Hamano2021-12-21-0/+1275
|\ \ \ \ \
| * | | | | scalar: implement the `version` commandJohannes Schindelin2021-12-04-0/+39
| * | | | | scalar: implement the `delete` commandMatthew John Cheetham2021-12-04-0/+80
| * | | | | scalar: teach 'reconfigure' to optionally handle all registered enlistmentsJohannes Schindelin2021-12-04-6/+67
| * | | | | scalar: allow reconfiguring an existing enlistmentJohannes Schindelin2021-12-04-28/+67
| * | | | | scalar: implement the `run` commandDerrick Stolee2021-12-04-0/+83
| * | | | | scalar: teach 'clone' to support the --single-branch optionJohannes Schindelin2021-12-04-4/+23
| * | | | | scalar: implement the `clone` subcommandJohannes Schindelin2021-12-04-3/+262
| * | | | | scalar: implement 'scalar list'Derrick Stolee2021-12-04-1/+21
| * | | | | scalar: let 'unregister' handle a deleted enlistment directory gracefullyJohannes Schindelin2021-12-04-0/+61
| * | | | | scalar: 'unregister' stops background maintenanceDerrick Stolee2021-12-04-8/+50
| * | | | | scalar: 'register' sets recommended config and starts maintenanceDerrick Stolee2021-12-04-1/+266
| * | | | | scalar: create test infrastructureJohannes Schindelin2021-12-04-3/+109
| * | | | | scalar: start documenting the commandJohannes Schindelin2021-12-04-0/+38
| * | | | | scalar: create a rudimentary executableJohannes Schindelin2021-12-04-0/+81
| * | | | | scalar: add a README with a roadmapJohannes Schindelin2021-12-04-0/+82
| | |/ / / | |/| | |
* | | | | Merge branch 'ld/sparse-diff-blame'Junio C Hamano2021-12-21-37/+131
|\ \ \ \ \
| * | | | | blame: enable and test the sparse indexLessley Dennington2021-12-06-11/+43
| * | | | | diff: enable and test the sparse indexLessley Dennington2021-12-06-0/+53
| * | | | | diff: replace --staged with --cached in t1092 testsLessley Dennington2021-12-06-7/+7
| * | | | | repo-settings: prepare_repo_settings only in git reposLessley Dennington2021-12-06-0/+3
| * | | | | test-read-cache: set up repo after git directoryLessley Dennington2021-12-06-2/+3