summaryrefslogtreecommitdiffstats
path: root/midx.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-15Documentation: fix typoVlad-Stefan Harbuz1-1/+1
2022-11-13docs: clarify that credential discards unrecognised attributesM Hickford2-0/+3
2022-11-11repository-version.txt: partialClone casing changeKousik Sanagavarapu1-2/+2
2022-11-11rebase: use 'skip_cache_tree_update' optionVictoria Dye2-0/+2
2022-11-11read-tree: use 'skip_cache_tree_update' optionVictoria Dye3-1/+13
2022-11-11reset: use 'skip_cache_tree_update' optionVictoria Dye2-0/+23
2022-11-11unpack-trees: add 'skip_cache_tree_update' optionVictoria Dye2-2/+4
2022-11-11cache-tree: add perf test comparing update and primeVictoria Dye5-0/+103
2022-11-10Documentation: increase example cache timeout to 1 hourM Hickford1-2/+2
2022-11-08The eleventh batchTaylor Blau1-0/+20
2022-11-08Documentation/gitcredentials.txt: mention password alternativesM Hickford1-3/+4
2022-11-08revisions API: extend the nascent REV_INFO_INIT macroÆvar Arnfjörð Bjarmason2-18/+19
2022-11-08ci: use a newer `github-script` versionJohannes Schindelin1-3/+3
2022-11-08Makefile: discuss SHAttered in *_SHA{1,256} discussionÆvar Arnfjörð Bjarmason1-0/+16
2022-11-08Makefile: document default SHA-1 backend on OSXÆvar Arnfjörð Bjarmason1-0/+5
2022-11-08Makefile & test-tool: replace "DC_SHA1" variable with a "define"Ævar Arnfjörð Bjarmason8-9/+20
2022-11-08Makefile: document SHA-1 and SHA-256 default and selection orderÆvar Arnfjörð Bjarmason1-6/+11
2022-11-08Makefile: document default SHA-256 backendÆvar Arnfjörð Bjarmason1-2/+3
2022-11-08Makefile: rephrase the discussion of *_SHA1 knobsÆvar Arnfjörð Bjarmason1-6/+6
2022-11-08Makefile: create and use sections for "define" flag listingÆvar Arnfjörð Bjarmason1-92/+128
2022-11-08Makefile: correct DC_SHA1 documentationÆvar Arnfjörð Bjarmason1-2/+1
2022-11-08INSTALL: remove discussion of SHA-1 backendsÆvar Arnfjörð Bjarmason1-4/+0
2022-11-08Makefile: always (re)set DC_SHA1 on fallbackÆvar Arnfjörð Bjarmason1-1/+1
2022-11-08ls-files: fix --ignored and --killed flags in synopsisVincent Bernat1-2/+2
2022-11-07rebase --update-refs: avoid unintended ref deletionVictoria Dye2-3/+113
2022-11-05index: raise a bug if the index is materialised more than onceAnh Le1-0/+2
2022-11-05index: add trace2 region for clear skip worktreeAnh Le1-6/+22
2022-11-04t7001-mv.sh: modernizing test script using functionsDebra Obondo1-31/+31
2022-11-04The tenth batchTaylor Blau1-0/+4
2022-11-03ref-filter: fix parsing of signatures with CRLF and no bodyJeff King2-3/+28
2022-11-03ref-filter: fix parsing of signatures without blank linesJeff King2-1/+16
2022-11-01t5516/t5601: be less strict about the number of credential warningsJohannes Schindelin1-7/+7
2022-11-01t5516: move plaintext-password tests from t5601 and t5516Jeff King3-54/+77
2022-11-01test-lib-functions: drop redundant diagnostic printMartin Ågren1-4/+0
2022-10-31run-command tests: test stdout of run_command_parallel()Ævar Arnfjörð Bjarmason1-5/+10
2022-10-31submodule tests: reset "trace.out" between "grep" invocationsÆvar Arnfjörð Bjarmason1-0/+8
2022-10-31hook tests: fix redirection logic error in 96e7225b310Ævar Arnfjörð Bjarmason1-1/+1
2022-10-31The ninth batchTaylor Blau1-0/+53
2022-10-31glossary: add reachability bitmap descriptionPhilip Oakley1-0/+8
2022-10-31glossary: add "commit graph" descriptionPhilip Oakley1-1/+16
2022-10-31doc: use 'object database' not ODB or abbreviationPhilip Oakley4-4/+4
2022-10-31doc: use "commit-graph" hyphenation consistentlyPhilip Oakley3-7/+7
2022-10-31archive-tar: report filter start error only onceRené Scharfe2-0/+8
2022-10-30replace and remove run_command_v_opt()René Scharfe13-75/+92
2022-10-30replace and remove run_command_v_opt_cd_env_tr2()René Scharfe2-19/+1
2022-10-30replace and remove run_command_v_opt_tr2()René Scharfe3-9/+7
2022-10-30replace and remove run_command_v_opt_cd_env()René Scharfe3-10/+6
2022-10-30use child_process members "args" and "env" directlyRené Scharfe13-206/+185
2022-10-30use child_process member "args" instead of string array variableRené Scharfe6-44/+44
2022-10-30sequencer: simplify building argument list in do_exec()René Scharfe1-2/+1