summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2021-06-30grep: report missing left operand of --andLibravatar René Scharfe1-0/+9
2021-02-12Sync with 2.19.6Libravatar Johannes Schindelin3-3/+145
2021-02-12Sync with 2.18.5Libravatar Johannes Schindelin3-3/+145
2021-02-12Sync with 2.17.6Libravatar Johannes Schindelin3-3/+145
2021-02-12run-command: invalidate lstat cache after a command finishedLibravatar Johannes Schindelin1-0/+36
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathLibravatar Matheus Tavares3-3/+109
2020-04-19Git 2.20.4Libravatar Jonathan Nieder3-19/+275
2020-04-19Git 2.19.5Libravatar Jonathan Nieder3-19/+275
2020-04-19Git 2.18.4Libravatar Jonathan Nieder3-19/+275
2020-04-19fsck: reject URL with empty host in .gitmodulesLibravatar Jonathan Nieder1-0/+32
2020-04-19credential: treat URL with empty scheme as invalidLibravatar Jonathan Nieder2-0/+41
2020-04-19credential: treat URL without scheme as invalidLibravatar Jonathan Nieder2-5/+34
2020-04-19credential: die() when parsing invalid urlsLibravatar Jeff King1-2/+1
2020-04-19fsck: convert gitmodules url to URL passed to curlLibravatar Jonathan Nieder1-0/+29
2020-04-19credential: refuse to operate when missing host or protocolLibravatar Jeff King1-8/+26
2020-04-19credential: parse URL without host as empty host, not unsetLibravatar Jeff King1-0/+17
2020-04-19t0300: use more realistic inputsLibravatar Jeff King1-4/+85
2020-04-19t0300: make "quit" helper more realisticLibravatar Jeff King1-3/+13
2020-03-17Git 2.20.3Libravatar Junio C Hamano3-2/+32
2020-03-17Git 2.19.4Libravatar Junio C Hamano3-2/+32
2020-03-17Git 2.18.3Libravatar Junio C Hamano3-2/+32
2020-03-12fsck: detect gitmodules URLs with embedded newlinesLibravatar Jeff King1-1/+17
2020-03-12credential: detect unrepresentable values when parsing urlsLibravatar Jeff King1-2/+10
2020-03-12t/lib-credential: use test_i18ncmp to check stderrLibravatar Jeff King1-1/+1
2020-03-12credential: avoid writing values with newlinesLibravatar Jeff King1-0/+6
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