summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 2.38-rc1v2.38.0-rc1Junio C Hamano2022-09-212-1/+5
* Merge branch 'sg/parse-options-subcommand'Junio C Hamano2022-09-211-3/+3
|\
| * gc: don't translate literal commandsAlex Henrie2022-09-211-3/+3
* | Merge branch 'js/typofix'Junio C Hamano2022-09-217-10/+10
|\ \
| * | Documentation: clean up various typos in technical docsJacob Stopak2022-09-214-7/+7
| * | Documentation: clean up a few misspelled word typosJacob Stopak2022-09-213-3/+3
* | | Merge branch 'sg/clean-test-results'Junio C Hamano2022-09-212-0/+2
|\ \ \
| * | | t/Makefile: remove 'test-results' on 'make clean'SZEDER Gábor2022-09-212-0/+2
* | | | Merge branch 'vd/check-docs-fixes'Junio C Hamano2022-09-213-0/+4
|\ \ \ \
| * | | | version: fix builtin linking & documentationVictoria Dye2022-09-193-0/+3
| * | | | diagnose: add to command-list.txtVictoria Dye2022-09-191-0/+1
| |/ / /
* | | | Merge branch 'vd/doc-reviewing-guidelines'Junio C Hamano2022-09-212-0/+163
|\ \ \ \
| * | | | Documentation: add ReviewingGuidelinesVictoria Dye2022-09-192-0/+163
* | | | | Merge branch 'vd/scalar-generalize-diagnose'Junio C Hamano2022-09-213-15/+69
|\ \ \ \ \
| * | | | | builtin/diagnose.c: don't translate the two mode valuesAlex Henrie2022-09-211-1/+1
| * | | | | diagnose.c: refactor to safely use 'd_type'Victoria Dye2022-09-192-14/+68
* | | | | | Final batch before -rc1Junio C Hamano2022-09-211-0/+4
* | | | | | Merge branch 'fz/help-doublofix'Junio C Hamano2022-09-212-2/+2
|\ \ \ \ \ \
| * | | | | | help: fix doubled words in explanation for developer interfacesFangyi Zhou2022-09-162-2/+2
* | | | | | | Merge branch 'tz/tech-docs-to-help-fix'Junio C Hamano2022-09-215-8/+7
|\ \ \ \ \ \ \
| * | | | | | | api docs: link to html version of api-trace2Todd Zullinger2022-09-161-1/+1
| * | | | | | | docs: fix a few recently broken linksTodd Zullinger2022-09-164-7/+6
| |/ / / / / /
* | | | | | | Merge branch 'ml/commit-graph-expire-dir-leak-fix'Junio C Hamano2022-09-211-0/+2
|\ \ \ \ \ \ \
| * | | | | | | commit-graph: Fix missing closedir in expire_commit_graphsMiaoqian Lin2022-09-191-0/+2
* | | | | | | | Merge branch 'ec/reftable-pass-pq-entry-by-reference'Junio C Hamano2022-09-214-6/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | reftable: use a pointer for pq_entry paramElijah Conners2022-09-154-6/+6
* | | | | | | | A bit more of remaining topics before -rc1Junio C Hamano2022-09-191-11/+14
* | | | | | | | Merge branch 'ad/t1800-cygwin'Junio C Hamano2022-09-191-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | t1800: correct test to handle CygwinAdam Dinwoodie2022-09-151-3/+3
* | | | | | | | | Merge branch 'vd/scalar-to-main'Junio C Hamano2022-09-1919-207/+264
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documentation/technical: include Scalar technical docVictoria Dye2022-09-022-61/+1
| * | | | | | | | | t/perf: add 'GIT_PERF_USE_SCALAR' run optionVictoria Dye2022-09-023-1/+19
| * | | | | | | | | t/perf: add Scalar performance testsVictoria Dye2022-09-021-0/+39
| * | | | | | | | | scalar-clone: add test coverageVictoria Dye2022-09-021-0/+151
| * | | | | | | | | scalar: add to 'git help -a' command listVictoria Dye2022-09-022-1/+2
| * | | | | | | | | scalar: implement the `help` subcommandJohannes Schindelin2022-09-021-0/+20
| * | | | | | | | | git help: special-case `scalar`Johannes Schindelin2022-09-021-0/+2
| * | | | | | | | | scalar: include in standard Git build & installationVictoria Dye2022-09-0210-142/+28
| * | | | | | | | | scalar: fix command documentation section headerVictoria Dye2022-09-021-2/+2
| |/ / / / / / / /
* | | | | | | | | Merge branch 'es/chainlint'Junio C Hamano2022-09-1973-449/+1479
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | chainlint: colorize problem annotations and test delimitersEric Sunshine2022-09-121-3/+43
| * | | | | | | | | t: retire unused chainlint.sedEric Sunshine2022-09-011-399/+0
| * | | | | | | | | t/Makefile: teach `make test` and `make prove` to run chainlint.plEric Sunshine2022-09-011-3/+17
| * | | | | | | | | test-lib: replace chainlint.sed with chainlint.plEric Sunshine2022-09-012-3/+8
| * | | | | | | | | test-lib: retire "lint harder" optimization hackEric Sunshine2022-09-014-21/+3
| * | | | | | | | | t/chainlint: add more chainlint.pl self-testsEric Sunshine2022-09-0134-2/+336
| * | | | | | | | | chainlint.pl: allow `|| echo` to signal failure upstream of a pipeEric Sunshine2022-09-013-0/+24
| * | | | | | | | | chainlint.pl: complain about loops lacking explicit failure handlingEric Sunshine2022-09-0112-7/+153
| * | | | | | | | | chainlint.pl: don't flag broken &&-chain if failure indicated explicitlyEric Sunshine2022-09-017-2/+62
| * | | | | | | | | chainlint.pl: don't flag broken &&-chain if `$?` handled explicitlyEric Sunshine2022-09-013-0/+26