summaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)AuthorLines
2021-02-12Sync with 2.20.5Johannes Schindelin-3/+145
2021-02-12Sync with 2.19.6Johannes Schindelin-3/+145
2021-02-12Sync with 2.18.5Johannes Schindelin-3/+145
2021-02-12Sync with 2.17.6Johannes Schindelin-3/+145
2021-02-12run-command: invalidate lstat cache after a command finishedJohannes Schindelin-0/+36
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares-3/+109
2020-04-19Git 2.21.3v2.21.3Jonathan Nieder-19/+275
2020-04-19Git 2.20.4v2.20.4Jonathan Nieder-19/+275
2020-04-19Git 2.19.5v2.19.5Jonathan Nieder-19/+275
2020-04-19Git 2.18.4v2.18.4Jonathan Nieder-19/+275
2020-04-19fsck: reject URL with empty host in .gitmodulesJonathan Nieder-0/+32
2020-04-19credential: treat URL with empty scheme as invalidJonathan Nieder-0/+41
2020-04-19credential: treat URL without scheme as invalidJonathan Nieder-5/+34
2020-04-19credential: die() when parsing invalid urlsJeff King-2/+1
2020-04-19fsck: convert gitmodules url to URL passed to curlJonathan Nieder-0/+29
2020-04-19credential: refuse to operate when missing host or protocolJeff King-8/+26
2020-04-19credential: parse URL without host as empty host, not unsetJeff King-0/+17
2020-04-19t0300: use more realistic inputsJeff King-4/+85
2020-04-19t0300: make "quit" helper more realisticJeff King-3/+13
2020-03-17Git 2.21.2v2.21.2Junio C Hamano-2/+32
2020-03-17Git 2.20.3v2.20.3Junio C Hamano-2/+32
2020-03-17Git 2.19.4v2.19.4Junio C Hamano-2/+32
2020-03-17Git 2.18.3v2.18.3Junio C Hamano-2/+32
2020-03-12fsck: detect gitmodules URLs with embedded newlinesJeff King-1/+17
2020-03-12credential: detect unrepresentable values when parsing urlsJeff King-2/+10
2020-03-12t/lib-credential: use test_i18ncmp to check stderrJeff King-1/+1
2020-03-12credential: avoid writing values with newlinesJeff King-0/+6
2019-12-06t7415: drop v2.20.x-specific work-aroundJohannes Schindelin-1/+1
2019-12-06Sync with 2.20.2Johannes Schindelin-28/+445
2019-12-06t7415: adjust test for dubiously-nested submodule gitdirs for v2.20.xJohannes Schindelin-1/+1
2019-12-06Sync with 2.19.3Johannes Schindelin-28/+445
2019-12-06Sync with 2.18.2Johannes Schindelin-28/+445
2019-12-06Sync with 2.17.3Johannes Schindelin-29/+446
2019-12-06fsck: reject submodule.update = !command in .gitmodulesJonathan Nieder-0/+14
2019-12-06Sync with 2.16.6Johannes Schindelin-29/+432
2019-12-06test-drop-caches: use `has_dos_drive_prefix()`Johannes Schindelin-5/+8
2019-12-06Sync with 2.15.4Johannes Schindelin-24/+424
2019-12-06submodule: reject submodule.update = !command in .gitmodulesJonathan Nieder-6/+8
2019-12-06Sync with 2.14.6Johannes Schindelin-18/+416
2019-12-05Merge branch 'win32-accommodate-funny-drive-names'Johannes Schindelin-1/+12
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin-2/+51
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin-0/+9
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin-1/+49
2019-12-05quote-stress-test: offer to test quoting arguments for MSYS2 shJohannes Schindelin-3/+10
2019-12-05mingw: refuse to access paths with illegal charactersJohannes Schindelin-1/+3
2019-12-05quote-stress-test: allow skipping some trialsJohannes Schindelin-1/+5
2019-12-05t6130/t9350: prepare for stringent Win32 path validationJohannes Schindelin-1/+2
2019-12-05quote-stress-test: accept arguments to test via the command-lineJohannes Schindelin-13/+22
2019-12-05tests: add a helper to stress test argument quotingGarima Singh-2/+116
2019-12-05mingw: fix quoting of argumentsJohannes Schindelin-0/+14