summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-27t/lib-credential.sh: drop shebang lineJeff King1-1/+2
2020-03-27run-command: trigger PATH lookup properly on CygwinAndras Kucsma3-5/+24
2020-03-27t5801: teach compare_refs() to accept !Denton Liu1-2/+8
2020-03-27t5612: stop losing return codes of git commandsDenton Liu1-12/+12
2020-03-27t5612: don't use `test_must_fail test_cmp`Denton Liu1-1/+1
2020-03-27t5607: reorder `nongit test_must_fail`Denton Liu1-1/+1
2020-03-27t5550: simplify no matching line checkDenton Liu1-3/+1
2020-03-27t5512: stop losing return codes of git commandsDenton Liu1-7/+7
2020-03-27t5512: stop losing git exit code in here-docsDenton Liu1-29/+35
2020-03-26t5703: feed raw data into test-tool unpack-sidebandĐoàn Trần Công Danh2-5/+2
2020-03-26t4124: tweak test so that non-compliant diff(1) can also be usedĐoàn Trần Công Danh1-0/+7
2020-03-26The second batch post 2.26 cycleJunio C Hamano1-0/+53
2020-03-26Merge branch 'ah/force-pull-rebase-configuration'Junio C Hamano3-11/+65
2020-03-26Merge branch 'tg/retire-scripted-stash'Junio C Hamano8-862/+31
2020-03-26Merge branch 'jc/describe-misnamed-annotated-tag'Junio C Hamano2-7/+28
2020-03-26Merge branch 'at/rebase-fork-point-regression-fix'Junio C Hamano3-13/+34
2020-03-26Merge branch 'hi/gpg-prefer-check-signature'Junio C Hamano6-78/+201
2020-03-26Merge branch 'bc/filter-process'Junio C Hamano20-75/+350
2020-03-26Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano28-141/+623
2020-03-26Merge branch 'pb/recurse-submodules-fix'Junio C Hamano3-25/+51
2020-03-26tests: increase the verbosity of the GPG-related prereqsJohannes Schindelin1-14/+14
2020-03-26tests: turn GPG, GPGSM and RFC1991 into lazy prereqsJohannes Schindelin1-45/+57
2020-03-26tests: do not let lazy prereqs inside `test_expect_*` turn off tracingJohannes Schindelin2-2/+17
2020-03-26t/lib-gpg.sh: stop pretending to be a stand-alone scriptJohannes Schindelin1-2/+0
2020-03-25The first batch post 2.26 cycleJunio C Hamano3-2/+43
2020-03-25Merge branch 'ss/submodule-foreach-cb'Junio C Hamano1-4/+4
2020-03-25Merge branch 'jc/config-tar'Junio C Hamano3-7/+8
2020-03-25Merge branch 'en/oidset-uninclude-hashmap'Junio C Hamano1-1/+0
2020-03-25Merge branch 'ds/check-connected-reprepare-packed-git'Junio C Hamano1-0/+4
2020-03-25Merge branch 'rs/doc-passthru-fetch-options'Junio C Hamano1-3/+7
2020-03-25Merge branch 'pw/advise-rebase-skip'Junio C Hamano8-46/+233
2020-03-25Merge branch 'yz/p4-py3'Junio C Hamano2-95/+146
2020-03-25Merge branch 'am/real-path-fix'Junio C Hamano16-75/+107
2020-03-25Merge branch 'sg/commit-slab-clarify-peek'Junio C Hamano1-1/+6
2020-03-25Merge branch 'jc/maintain-doc'Junio C Hamano1-13/+39
2020-03-25Merge branch 'js/https-proxy-config'Junio C Hamano2-5/+90
2020-03-25Merge branch 'hw/advise-ng'Junio C Hamano9-12/+200
2020-03-25Git 2.26.1v2.26.1Junio C Hamano18-8/+160
2020-03-25tests(gpg): allow the gpg-agent to start on WindowsJohannes Schindelin1-1/+1
2020-03-25test-lib: allow short options to be bundledMatheus Tavares2-15/+49
2020-03-25t7063: drop non-POSIX argument "-ls" from find(1)Đoàn Trần Công Danh1-1/+1
2020-03-25t5616: use rev-parse instead to get HEAD's object_idĐoàn Trần Công Danh1-1/+1
2020-03-25t5003: skip conversion test if unzip -a is unavailableĐoàn Trần Công Danh1-6/+10
2020-03-25t5003: drop the subshell in test_lazy_prereqĐoàn Trần Công Danh1-6/+2
2020-03-25test-lib-functions: test_cmp: eval $GIT_TEST_CMPĐoàn Trần Công Danh1-1/+1
2020-03-25t4061: use POSIX compliant regex(7)Đoàn Trần Công Danh1-1/+1
2020-03-24t5512: don't use `test_must_fail test_cmp`Denton Liu1-1/+1
2020-03-24Lib-ify prune-packedDenton Liu7-48/+56
2020-03-24Lib-ify fmt-merge-msgDenton Liu5-665/+668
2020-03-24t7600: use test_write_lines()Denton Liu1-11/+11