summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* git_connect_git(): forbid newlines in host and pathJeff King2021-01-071-0/+5
* Git 2.20.4v2.20.4Jonathan Nieder2020-04-203-19/+275
|\
| * Git 2.19.5v2.19.5Jonathan Nieder2020-04-203-19/+275
| |\
| | * Git 2.18.4v2.18.4Jonathan Nieder2020-04-203-19/+275
| | |\
| | | * fsck: reject URL with empty host in .gitmodulesJonathan Nieder2020-04-201-0/+32
| | | * credential: treat URL with empty scheme as invalidJonathan Nieder2020-04-202-0/+41
| | | * credential: treat URL without scheme as invalidJonathan Nieder2020-04-202-5/+34
| | | * credential: die() when parsing invalid urlsJeff King2020-04-201-2/+1
| | | * fsck: convert gitmodules url to URL passed to curlJonathan Nieder2020-04-201-0/+29
| | | * credential: refuse to operate when missing host or protocolJeff King2020-04-201-8/+26
| | | * credential: parse URL without host as empty host, not unsetJeff King2020-04-201-0/+17
| | | * t0300: use more realistic inputsJeff King2020-04-201-4/+85
| | | * t0300: make "quit" helper more realisticJeff King2020-04-201-3/+13
* | | | Git 2.20.3v2.20.3Junio C Hamano2020-03-173-2/+32
|\| | |
| * | | Git 2.19.4v2.19.4Junio C Hamano2020-03-173-2/+32
| |\| |
| | * | Git 2.18.3v2.18.3Junio C Hamano2020-03-173-2/+32
| | |\|
| | | * fsck: detect gitmodules URLs with embedded newlinesJeff King2020-03-121-1/+17
| | | * credential: detect unrepresentable values when parsing urlsJeff King2020-03-121-2/+10
| | | * t/lib-credential: use test_i18ncmp to check stderrJeff King2020-03-121-1/+1
| | | * credential: avoid writing values with newlinesJeff King2020-03-121-0/+6
* | | | t7415: adjust test for dubiously-nested submodule gitdirs for v2.20.xJohannes Schindelin2019-12-061-1/+1
* | | | Sync with 2.19.3Johannes Schindelin2019-12-0613-28/+445
|\| | |
| * | | Sync with 2.18.2Johannes Schindelin2019-12-0613-28/+445
| |\| |
| | * | Sync with 2.17.3Johannes Schindelin2019-12-0613-29/+446
| | |\|
| | | * fsck: reject submodule.update = !command in .gitmodulesJonathan Nieder2019-12-061-0/+14
| | | * Sync with 2.16.6Johannes Schindelin2019-12-0613-29/+432
| | | |\
| | | | * test-drop-caches: use `has_dos_drive_prefix()`Johannes Schindelin2019-12-061-5/+8
| | | | * Sync with 2.15.4Johannes Schindelin2019-12-0612-24/+424
| | | | |\
| | | | | * submodule: reject submodule.update = !command in .gitmodulesJonathan Nieder2019-12-061-6/+8
| | | | | * Sync with 2.14.6Johannes Schindelin2019-12-0611-18/+416
| | | | | |\
| | | | | | * Merge branch 'win32-accommodate-funny-drive-names'Johannes Schindelin2019-12-051-1/+12
| | | | | | |\
| | | | | | | * mingw: handle `subst`-ed "DOS drives"Johannes Schindelin2019-12-051-0/+9
| | | | | | | * mingw: refuse to access paths with illegal charactersJohannes Schindelin2019-12-051-1/+3
| | | | | | * | Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin2019-12-056-2/+51
| | | | | | |\|
| | | | | | | * mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin2019-12-054-1/+49
| | | | | | | * t6130/t9350: prepare for stringent Win32 path validationJohannes Schindelin2019-12-052-1/+2
| | | | | | * | quote-stress-test: offer to test quoting arguments for MSYS2 shJohannes Schindelin2019-12-051-3/+10
| | | | | | * | quote-stress-test: allow skipping some trialsJohannes Schindelin2019-12-051-1/+5
| | | | | | * | quote-stress-test: accept arguments to test via the command-lineJohannes Schindelin2019-12-051-13/+22
| | | | | | * | tests: add a helper to stress test argument quotingGarima Singh2019-12-051-2/+116
| | | | | | * | mingw: fix quoting of argumentsJohannes Schindelin2019-12-051-0/+14
| | | | | | * | Disallow dubiously-nested submodule git directoriesJohannes Schindelin2019-12-051-0/+23
| | | | | | |/
| | | | | | * path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin2019-12-051-1/+6
| | | | | | * path: safeguard `.git` against NTFS Alternate Streams AccessesJohannes Schindelin2019-12-051-0/+1
| | | | | | * test-path-utils: offer to run a protectNTFS/protectHFS benchmarkGarima Singh2019-12-051-0/+96
| | | | | | * mingw: disallow backslash characters in tree objects' file namesJohannes Schindelin2019-12-043-3/+7
| | | | | | * clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin2019-12-041-0/+31
| | | | | | * fast-import: disallow "feature import-marks" by defaultJeff King2019-12-041-5/+17
| | | | | | * fast-import: disallow "feature export-marks" by defaultJeff King2019-12-041-8/+15
| | | | | | * fast-import: delay creating leading directories for export-marksJeff King2019-12-041-2/+11