summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* test-lib-functions: add parsing helpers for ls-files and ls-treeNeeraj Singh2022-04-062-47/+54
* Merge branch 'ps/fetch-atomic-fixup'Junio C Hamano2022-03-131-15/+5
|\
| * t5503: simplify setup of test which exercises failure of backfillPatrick Steinhardt2022-03-031-15/+5
* | Merge branch 'fs/gpgsm-update'Junio C Hamano2022-03-132-7/+7
|\ \
| * | t/lib-gpg: kill all gpg components, not just gpg-agentTodd Zullinger2022-03-041-1/+1
| * | t/lib-gpg: reload gpg components after updating trustlistTodd Zullinger2022-03-041-0/+1
| * | gpg-interface/gpgsm: fix for v2.3Fabian Stelzer2022-03-042-6/+5
* | | Merge branch 'ab/make-optim-noop'Junio C Hamano2022-03-133-0/+9
|\ \ \
| * | | Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to itÆvar Arnfjörð Bjarmason2022-03-033-0/+9
* | | | Merge branch 'ps/fetch-atomic'Junio C Hamano2022-03-132-0/+103
|\ \ \ \ | | |_|/ | |/| |
| * | | fetch: make `--atomic` flag cover pruning of refsPatrick Steinhardt2022-02-171-6/+2
| * | | fetch: make `--atomic` flag cover backfilling of tagsPatrick Steinhardt2022-02-171-8/+3
| * | | fetch: report errors when backfilling tags failsPatrick Steinhardt2022-02-171-3/+1
| * | | fetch: increase test coverage of fetchesPatrick Steinhardt2022-02-172-0/+114
* | | | Merge branch 'ab/help-fixes'Junio C Hamano2022-03-091-0/+94
|\ \ \ \
| * | | | help: don't print "\n" before single-section outputÆvar Arnfjörð Bjarmason2022-02-231-1/+0
| * | | | help: add --no-[external-commands|aliases] for use with --allÆvar Arnfjörð Bjarmason2022-02-231-0/+37
| * | | | help: error if [-a|-g|-c] and [-i|-m|-w] are combinedÆvar Arnfjörð Bjarmason2022-02-231-0/+10
| * | | | help: correct usage & behavior of "git help --all"Ævar Arnfjörð Bjarmason2022-02-231-0/+3
| * | | | help tests: test "git" and "git help [-a|-g] spacingÆvar Arnfjörð Bjarmason2022-02-231-0/+45
* | | | | Merge branch 'jc/cat-file-batch-commands'Junio C Hamano2022-03-091-6/+129
|\ \ \ \ \
| * | | | | cat-file: add --batch-command modeJohn Cai2022-02-181-1/+119
| * | | | | cat-file: add remove_timestamp helperJohn Cai2022-02-181-5/+10
* | | | | | Merge branch 'en/present-despite-skipped'Junio C Hamano2022-03-097-80/+83
|\ \ \ \ \ \
| * | | | | | repo_read_index: add config to expect files outside sparse patternsElijah Newren2022-03-021-0/+19
| * | | | | | repo_read_index: clear SKIP_WORKTREE bit from files present in worktreeElijah Newren2022-01-146-80/+43
| * | | | | | unpack-trees: fix accidental loss of user changesElijah Newren2022-01-141-1/+1
| * | | | | | t1011: add testcase demonstrating accidental loss of user modificationsElijah Newren2022-01-141-0/+21
| * | | | | | Merge branch 'vd/sparse-clean-etc' into en/present-despite-skippedJunio C Hamano2022-01-132-4/+280
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'jt/ls-files-stage-recurse'Junio C Hamano2022-03-071-1/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | ls-files: support --recurse-submodules --stageJonathan Tan2022-02-241-1/+17
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'gc/stash-on-branch-with-multi-level-name'Junio C Hamano2022-03-071-0/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | stash: strip "refs/heads/" with skip_prefixGlen Choo2022-02-241-0/+11
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'ah/advice-switch-requires-detach-to-detach'Junio C Hamano2022-03-071-0/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | switch: mention the --detach option when dying due to lack of a branchAlex Henrie2022-02-261-0/+11
| |/ / / / / / /
* | | | | | | | Merge branch 'mc/index-pack-report-max-size'Junio C Hamano2022-03-071-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | index-pack: clarify the breached limitMatt Cooper2022-02-241-0/+8
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ac/usage-string-fixups'Junio C Hamano2022-03-071-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | amend remaining usage strings according to style guideAbhradeep Chakraborty2022-02-231-3/+3
| |/ / / / / / /
* | | | | | | | Merge branch 'ab/test-leak-diag'Junio C Hamano2022-03-071-10/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | test-lib: add "fast_unwind_on_malloc=0" to LSAN_OPTIONSÆvar Arnfjörð Bjarmason2022-02-281-0/+1
| * | | | | | | | test-lib: make $GIT_BUILD_DIR an absolute pathÆvar Arnfjörð Bjarmason2022-02-281-2/+3
| * | | | | | | | test-lib: correct and assert TEST_DIRECTORY overridingÆvar Arnfjörð Bjarmason2022-02-281-5/+17
| * | | | | | | | test-lib: add GIT_SAN_OPTIONS, inherit [AL]SAN_OPTIONSÆvar Arnfjörð Bjarmason2022-02-281-4/+20
| |/ / / / / / /
* | | | | | | | Merge branch 'ab/hook-tests'Junio C Hamano2022-03-071-41/+53
|\ \ \ \ \ \ \ \
| * | | | | | | | hook tests: use a modern style for "pre-push" testsÆvar Arnfjörð Bjarmason2022-02-201-36/+35
| * | | | | | | | hook tests: test for exact "pre-push" hook inputÆvar Arnfjörð Bjarmason2022-02-201-5/+18
| |/ / / / / / /
* | | | | | | | Merge branch 'rs/bisect-executable-not-found'Junio C Hamano2022-03-071-0/+45
|\ \ \ \ \ \ \ \
| * | | | | | | | bisect--helper: double-check run command on exit code 126 and 127René Scharfe2022-01-191-2/+2
| * | | | | | | | bisect: document run behavior with exit codes 126 and 127René Scharfe2022-01-191-0/+45