summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2019-12-06t7415: drop v2.20.x-specific work-aroundJohannes Schindelin1-1/+1
2019-12-06Sync with 2.20.2Johannes Schindelin13-28/+445
2019-12-06t7415: adjust test for dubiously-nested submodule gitdirs for v2.20.xJohannes Schindelin1-1/+1
2019-12-06Sync with 2.19.3Johannes Schindelin13-28/+445
2019-12-06Sync with 2.18.2Johannes Schindelin13-28/+445
2019-12-06Sync with 2.17.3Johannes Schindelin13-29/+446
2019-12-06fsck: reject submodule.update = !command in .gitmodulesJonathan Nieder1-0/+14
2019-12-06Sync with 2.16.6Johannes Schindelin13-29/+432
2019-12-06test-drop-caches: use `has_dos_drive_prefix()`Johannes Schindelin1-5/+8
2019-12-06Sync with 2.15.4Johannes Schindelin12-24/+424
2019-12-06submodule: reject submodule.update = !command in .gitmodulesJonathan Nieder1-6/+8
2019-12-06Sync with 2.14.6Johannes Schindelin11-18/+416
2019-12-05Merge branch 'win32-accommodate-funny-drive-names'Johannes Schindelin1-1/+12
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin6-2/+51
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin1-0/+9
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin4-1/+49
2019-12-05quote-stress-test: offer to test quoting arguments for MSYS2 shJohannes Schindelin1-3/+10
2019-12-05mingw: refuse to access paths with illegal charactersJohannes Schindelin1-1/+3
2019-12-05quote-stress-test: allow skipping some trialsJohannes Schindelin1-1/+5
2019-12-05t6130/t9350: prepare for stringent Win32 path validationJohannes Schindelin2-1/+2
2019-12-05quote-stress-test: accept arguments to test via the command-lineJohannes Schindelin1-11/+20
2019-12-05tests: add a helper to stress test argument quotingGarima Singh1-2/+116
2019-12-05mingw: fix quoting of argumentsJohannes Schindelin1-0/+14
2019-12-05Disallow dubiously-nested submodule git directoriesJohannes Schindelin1-0/+23
2019-12-05path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin1-1/+6
2019-12-05path: safeguard `.git` against NTFS Alternate Streams AccessesJohannes Schindelin1-0/+1
2019-12-05test-path-utils: offer to run a protectNTFS/protectHFS benchmarkGarima Singh1-0/+96
2019-12-04mingw: disallow backslash characters in tree objects' file namesJohannes Schindelin3-3/+7
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin1-0/+31
2019-12-04fast-import: disallow "feature import-marks" by defaultJeff King1-5/+17
2019-12-04fast-import: disallow "feature export-marks" by defaultJeff King1-8/+15
2019-12-04fast-import: delay creating leading directories for export-marksJeff King1-2/+11
2019-12-04t9300: create marks files for double-import-marks testJeff King1-0/+2
2019-12-04t9300: drop some useless uses of catJeff King1-5/+5
2019-02-22Merge branch 'ab/bsd-fixes'Junio C Hamano2-5/+5
2019-02-22Merge branch 'ab/workaround-dash-bug-in-test'Junio C Hamano1-0/+1
2019-02-22commit-graph tests: fix unportable "dd" invocationÆvar Arnfjörð Bjarmason1-1/+1
2019-02-21tests: fix unportable "\?" and "\+" regex syntaxÆvar Arnfjörð Bjarmason1-4/+4
2019-02-19Merge branch 'js/test-tool-gen-nuls'Junio C Hamano4-7/+24
2019-02-19Merge branch 'mk/t5562-no-input-to-too-large-an-input-test'Junio C Hamano1-2/+2
2019-02-19t5562: do not reuse output filesMax Kirillov1-4/+4
2019-02-19tests: teach the test-tool to generate NUL bytes and use itJohannes Schindelin4-7/+24
2019-02-19t5562: do not depend on /dev/zeroMax Kirillov1-1/+1
2019-02-19Revert "t5562: replace /dev/zero with a pipe from generate_zero_bytes"Junio C Hamano1-2/+2
2019-02-14Merge branch 'jc/no-grepping-for-strerror-in-tests'Junio C Hamano1-1/+1
2019-02-14Merge branch 'jt/fetch-v2-sideband'Junio C Hamano1-0/+1
2019-02-14t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through ApacheTodd Zullinger1-0/+1
2019-02-14t1404: do not rely on the exact phrasing of strerror()Junio C Hamano1-1/+1
2019-02-13Merge branch 'ab/rebase-test-fix'Junio C Hamano1-3/+6
2019-02-13Merge branch 'rb/no-dev-zero-in-test'Junio C Hamano3-3/+16