summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2020-01-27t4124: only mark git command with test_must_failLibravatar Denton Liu1-2/+8
2020-01-27t3507: use test_path_is_missing()Libravatar Denton Liu1-4/+4
2020-01-27t3507: fix indentationLibravatar Denton Liu1-12/+12
2020-01-27t3504: do check for conflict marker after failed cherry-pickLibravatar Johannes Sixt1-2/+4
2020-01-27t3419: stop losing return code of git commandLibravatar Denton Liu1-1/+2
2020-01-27t3415: increase granularity of test_auto_{fixup,squash}()Libravatar Denton Liu1-20/+44
2020-01-27t3415: stop losing return codes of git commandsLibravatar Denton Liu1-31/+82
2020-01-27t3310: extract common notes_merge_files_gone()Libravatar Denton Liu1-12/+10
2020-01-27t3030: use test_path_is_missing()Libravatar Denton Liu1-1/+1
2020-01-27t2018: replace "sha" with "oid"Libravatar Denton Liu1-9/+9
2020-01-27t2018: don't lose return code of git commandsLibravatar Denton Liu1-3/+8
2020-01-27t2018: teach do_checkout() to accept `!` argLibravatar Denton Liu1-8/+21
2020-01-27t2018: be more discerning when checking for expected exit codesLibravatar Denton Liu1-6/+14
2020-01-07t2018: improve style of if-statementLibravatar Denton Liu1-1/+2
2020-01-07t2018: add space between function name and ()Libravatar Denton Liu1-5/+5
2019-12-27t2018: remove trailing space from test descriptionLibravatar Denton Liu1-1/+1
2019-12-06Sync with 2.23.1Libravatar Johannes Schindelin13-28/+445
2019-12-06Sync with 2.22.2Libravatar Johannes Schindelin13-28/+445
2019-12-06Sync with 2.21.1Libravatar Johannes Schindelin13-28/+445
2019-12-06t7415: drop v2.20.x-specific work-aroundLibravatar Johannes Schindelin1-1/+1
2019-12-06Sync with 2.20.2Libravatar Johannes Schindelin13-28/+445
2019-12-06t7415: adjust test for dubiously-nested submodule gitdirs for v2.20.xLibravatar Johannes Schindelin1-1/+1
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin13-28/+445
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin13-28/+445
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin13-29/+446
2019-12-06fsck: reject submodule.update = !command in .gitmodulesLibravatar Jonathan Nieder1-0/+14
2019-12-06Sync with 2.16.6Libravatar Johannes Schindelin13-29/+432
2019-12-06test-drop-caches: use `has_dos_drive_prefix()`Libravatar Johannes Schindelin1-5/+8
2019-12-06Sync with 2.15.4Libravatar Johannes Schindelin12-24/+424
2019-12-06submodule: reject submodule.update = !command in .gitmodulesLibravatar Jonathan Nieder1-6/+8
2019-12-06Sync with 2.14.6Libravatar Johannes Schindelin11-18/+416
2019-12-05Merge branch 'win32-accommodate-funny-drive-names'Libravatar Johannes Schindelin1-1/+12
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Libravatar Johannes Schindelin6-2/+51
2019-12-05mingw: handle `subst`-ed "DOS drives"Libravatar Johannes Schindelin1-0/+9
2019-12-05mingw: refuse to access paths with trailing spaces or periodsLibravatar Johannes Schindelin4-1/+49
2019-12-05quote-stress-test: offer to test quoting arguments for MSYS2 shLibravatar Johannes Schindelin1-3/+10
2019-12-05mingw: refuse to access paths with illegal charactersLibravatar Johannes Schindelin1-1/+3
2019-12-05quote-stress-test: allow skipping some trialsLibravatar Johannes Schindelin1-1/+5
2019-12-05t6130/t9350: prepare for stringent Win32 path validationLibravatar Johannes Schindelin2-1/+2
2019-12-05quote-stress-test: accept arguments to test via the command-lineLibravatar Johannes Schindelin1-13/+22
2019-12-05tests: add a helper to stress test argument quotingLibravatar Garima Singh1-2/+116
2019-12-05mingw: fix quoting of argumentsLibravatar Johannes Schindelin1-0/+14
2019-12-05Disallow dubiously-nested submodule git directoriesLibravatar Johannes Schindelin1-0/+23
2019-12-05path: also guard `.gitmodules` against NTFS Alternate Data StreamsLibravatar Johannes Schindelin1-1/+6
2019-12-05path: safeguard `.git` against NTFS Alternate Streams AccessesLibravatar Johannes Schindelin1-0/+1
2019-12-05test-path-utils: offer to run a protectNTFS/protectHFS benchmarkLibravatar Garima Singh1-0/+96
2019-12-04mingw: disallow backslash characters in tree objects' file namesLibravatar Johannes Schindelin3-3/+7
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsLibravatar Johannes Schindelin1-0/+31
2019-12-04fast-import: disallow "feature import-marks" by defaultLibravatar Jeff King1-5/+17
2019-12-04fast-import: disallow "feature export-marks" by defaultLibravatar Jeff King1-8/+15