summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2020-01-15t: directly test parse_pathspec_file()Alexandr Miloslavskiy4-0/+143
2020-01-15t: fix quotes tests for --pathspec-from-fileAlexandr Miloslavskiy5-11/+45
2020-01-15t: add tests for error conditions with --pathspec-from-fileAlexandr Miloslavskiy5-12/+105
2020-01-15t3701: adjust difffilter testJohannes Schindelin1-1/+1
2020-01-15submodule add: show 'add --dry-run' stderr when abortingKyle Meyer1-2/+13
2020-01-13fsmonitor: handle version 2 of the hooks that will use opaque tokenKevin Willford3-4/+7
2020-01-13fsmonitor: change last update timestamp on the index_state to opaque tokenKevin Willford1-1/+1
2020-01-12Revert "Merge branch 'ra/rebase-i-more-options'"Junio C Hamano2-131/+2
2020-01-10Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Junio C Hamano1-1/+1
2020-01-10mingw: safeguard better against backslashes in file namesJohannes Schindelin via GitGitGadget1-1/+1
2020-01-08graph: fix lack of color in horizontal linesDerrick Stolee1-0/+29
2020-01-08graph: drop assert() for merge with two collapsing parentsDerrick Stolee1-0/+42
2020-01-08transport: don't flush when disconnecting stateless-rpc helperJeff King1-0/+12
2020-01-08restore: invalidate cache-tree when removing entries with --stagedJeff King1-0/+17
2020-01-07checkout: don't revert file on ambiguous tracking branchesAlexandr Miloslavskiy1-2/+26
2020-01-07t2018: improve style of if-statementDenton Liu1-1/+2
2020-01-07t2018: add space between function name and ()Denton Liu1-5/+5
2020-01-06Merge branch 'ds/sparse-list-in-cone-mode'Junio C Hamano1-0/+39
2020-01-06Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Junio C Hamano1-3/+4
2020-01-02mingw: only test index entries for backslashes, not tree entriesJohannes Schindelin1-3/+4
2020-01-02Merge branch 'js/use-test-tool-on-path'Junio C Hamano1-1/+1
2020-01-02Merge branch 'js/mingw-reserved-filenames'Junio C Hamano1-2/+11
2019-12-30sparse-checkout: document interactions with submodulesDerrick Stolee1-0/+28
2019-12-30sparse-checkout: list directories in cone modeDerrick Stolee1-0/+11
2019-12-27t2018: remove trailing space from test descriptionDenton Liu1-1/+1
2019-12-27t3008: find test-tool through path lookupJohannes Sixt1-1/+1
2019-12-25Merge branch 'en/fill-directory-fixes'Junio C Hamano2-2/+216
2019-12-25Merge branch 'rs/test-cleanup'Junio C Hamano5-5/+4
2019-12-25Merge branch 'rs/xdiff-ignore-ws-w-func-context'Junio C Hamano1-0/+23
2019-12-25Merge branch 'js/add-p-in-c'Junio C Hamano1-0/+42
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano1-0/+332
2019-12-25Merge branch 'sg/name-rev-wo-recursion'Junio C Hamano1-16/+56
2019-12-25Merge branch 'ra/t5150-depends-on-perl'Junio C Hamano1-0/+6
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano1-0/+32
2019-12-25Merge branch 'am/pathspec-f-f-checkout'Junio C Hamano4-0/+407
2019-12-25Merge branch 'am/pathspec-from-file'Junio C Hamano1-0/+6
2019-12-21mingw: refuse paths containing reserved namesJohannes Schindelin1-2/+11
2019-12-20sparse-checkout: improve OS ls compatibilityEd Maste1-14/+22
2019-12-20t1507: inline full_name()Denton Liu1-20/+15
2019-12-20t1507: run commands within test_expect_successDenton Liu1-20/+20
2019-12-20t1507: stop losing return codes of git commandsDenton Liu1-13/+32
2019-12-20t1501: remove use of `test_might_fail cp`Denton Liu1-1/+1
2019-12-20t1409: use test_path_is_missing()Denton Liu1-5/+5
2019-12-20t1409: let sed open its own input fileDenton Liu1-1/+1
2019-12-20t1307: reorder `nongit test_must_fail`Denton Liu1-1/+1
2019-12-20t1306: convert `test_might_fail rm` to `rm -f`Denton Liu1-4/+4
2019-12-20t0020: use ! check_packed_refs_markedDenton Liu1-2/+2
2019-12-20t0020: don't use `test_must_fail has_cr`Denton Liu1-9/+9
2019-12-20t0003: don't use `test_must_fail attr_check`Denton Liu1-15/+15
2019-12-20t0003: use test_must_be_empty()Denton Liu1-3/+3