summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-12fsck: detect gitmodules URLs with embedded newlinesLibravatar Jeff King2-2/+32
2020-03-12credential: detect unrepresentable values when parsing urlsLibravatar Jeff King3-4/+60
2020-03-12t/lib-credential: use test_i18ncmp to check stderrLibravatar Jeff King1-1/+1
2020-03-12credential: avoid writing values with newlinesLibravatar Jeff King2-0/+8
2019-12-06Git 2.17.3Libravatar Johannes Schindelin3-2/+14
2019-12-06fsck: reject submodule.update = !command in .gitmodulesLibravatar Jonathan Nieder2-0/+21
2019-12-06Sync with 2.16.6Libravatar Johannes Schindelin37-82/+865
2019-12-06Git 2.16.6Libravatar Johannes Schindelin3-2/+10
2019-12-06test-drop-caches: use `has_dos_drive_prefix()`Libravatar Johannes Schindelin1-5/+8
2019-12-06Sync with 2.15.4Libravatar Johannes Schindelin35-77/+842
2019-12-06Git 2.15.4Libravatar Johannes Schindelin3-2/+13
2019-12-06submodule: reject submodule.update = !command in .gitmodulesLibravatar Jonathan Nieder3-11/+20
2019-12-06Sync with 2.14.6Libravatar Johannes Schindelin31-66/+811
2019-12-06Git 2.14.6Libravatar Johannes Schindelin3-2/+56
2019-12-05Merge branch 'win32-accommodate-funny-drive-names'Libravatar Johannes Schindelin4-6/+54
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Libravatar Johannes Schindelin11-4/+127
2019-12-05Merge branch 'fix-mingw-quoting-bug'Libravatar Johannes Schindelin3-5/+156
2019-12-05Merge branch 'dubiously-nested-submodules'Libravatar Johannes Schindelin4-2/+79
2019-12-05Merge branch 'turn-on-protectntfs-by-default'Libravatar Johannes Schindelin3-28/+31
2019-12-05mingw: handle `subst`-ed "DOS drives"Libravatar Johannes Schindelin4-3/+36
2019-12-05Merge branch 'disallow-dotgit-via-ntfs-alternate-data-streams'Libravatar Johannes Schindelin6-8/+162
2019-12-05mingw: refuse to access paths with trailing spaces or periodsLibravatar Johannes Schindelin8-2/+123
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 Schindelin3-3/+18
2019-12-05unpack-trees: let merged_entry() pass through do_add_entry()'s errorsLibravatar Johannes Schindelin1-1/+2
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-05Disallow dubiously-nested submodule git directoriesLibravatar Johannes Schindelin4-2/+79
2019-12-05protect_ntfs: turn on NTFS protection by defaultLibravatar Johannes Schindelin2-3/+1
2019-12-05path: also guard `.gitmodules` against NTFS Alternate Data StreamsLibravatar Johannes Schindelin2-2/+7
2019-12-05mingw: fix quoting of argumentsLibravatar Johannes Schindelin2-3/+20
2019-12-05is_ntfs_dotgit(): speed it upLibravatar Johannes Schindelin1-25/+30
2019-12-05path: safeguard `.git` against NTFS Alternate Streams AccessesLibravatar Johannes Schindelin2-1/+12
2019-12-05is_ntfs_dotgit(): only verify the leading segmentLibravatar Johannes Schindelin3-5/+19
2019-12-05test-path-utils: offer to run a protectNTFS/protectHFS benchmarkLibravatar Garima Singh1-0/+96
2019-12-04Merge branch 'prevent-name-squatting-on-windows'Libravatar Johannes Schindelin7-2/+60
2019-12-04Merge branch 'jk/fast-import-unsafe'Libravatar Johannes Schindelin4-18/+95
2019-12-04path.c: document the purpose of `is_ntfs_dotgit()`Libravatar Johannes Schindelin1-0/+28
2019-12-04mingw: disallow backslash characters in tree objects' file namesLibravatar Johannes Schindelin4-3/+13
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsLibravatar Johannes Schindelin4-2/+50
2019-12-04fast-import: disallow "feature import-marks" by defaultLibravatar Jeff King3-6/+21
2019-12-04fast-import: disallow "feature export-marks" by defaultLibravatar Jeff King4-8/+55
2019-12-04fast-import: delay creating leading directories for export-marksLibravatar Jeff King2-3/+17
2019-12-04fast-import: stop creating leading directories for import-marksLibravatar Jeff King1-1/+0
2019-12-04fast-import: tighten parsing of boolean command line optionsLibravatar Jeff King1-2/+2
2019-12-04t9300: create marks files for double-import-marks testLibravatar Jeff King1-0/+2
2019-12-04t9300: drop some useless uses of catLibravatar Jeff King1-5/+5
2018-09-27Git 2.17.2Libravatar Junio C Hamano3-2/+14