summaryrefslogtreecommitdiffstats
path: root/fsck.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-06Git 2.17.3v2.17.3Johannes Schindelin3-2/+14
2019-12-06fsck: reject submodule.update = !command in .gitmodulesJonathan Nieder2-0/+21
2019-12-06Git 2.16.6v2.16.6Johannes Schindelin3-2/+10
2019-12-06test-drop-caches: use `has_dos_drive_prefix()`Johannes Schindelin1-5/+8
2019-12-06Git 2.15.4v2.15.4Johannes Schindelin3-2/+13
2019-12-06submodule: reject submodule.update = !command in .gitmodulesJonathan Nieder3-11/+20
2019-12-06Git 2.14.6v2.14.6Johannes Schindelin3-2/+56
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin4-3/+36
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin8-2/+123
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 Schindelin1139-135907/+68003
2019-12-05unpack-trees: let merged_entry() pass through do_add_entry()'s errorsJohannes Schindelin1-1/+2
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-13/+22
2019-12-05tests: add a helper to stress test argument quotingGarima Singh1-2/+116
2019-12-05Disallow dubiously-nested submodule git directoriesJohannes Schindelin4-2/+79
2019-12-05protect_ntfs: turn on NTFS protection by defaultJohannes Schindelin2-3/+1
2019-12-05path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin2-2/+7
2019-12-05mingw: fix quoting of argumentsJohannes Schindelin1139-135953/+68013
2019-12-05is_ntfs_dotgit(): speed it upJohannes Schindelin791-96569/+47827
2019-12-05path: safeguard `.git` against NTFS Alternate Streams AccessesJohannes Schindelin2-1/+12
2019-12-05is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin3-5/+19
2019-12-05test-path-utils: offer to run a protectNTFS/protectHFS benchmarkGarima Singh1-0/+96
2019-12-04path.c: document the purpose of `is_ntfs_dotgit()`Johannes Schindelin1-0/+28
2019-12-04mingw: disallow backslash characters in tree objects' file namesJohannes Schindelin4-3/+13
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin4-2/+50
2019-12-04fast-import: disallow "feature import-marks" by defaultJeff King3-6/+21
2019-12-04fast-import: disallow "feature export-marks" by defaultJeff King4-8/+55
2019-12-04fast-import: delay creating leading directories for export-marksJeff King2-3/+17
2019-12-04fast-import: stop creating leading directories for import-marksJeff King1-1/+0
2019-12-04fast-import: tighten parsing of boolean command line optionsJeff King1-2/+2
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
2018-11-21Git 2.19.2v2.19.2Junio C Hamano3-2/+110
2018-10-31cat-file: handle streaming failures consistentlyJeff King1-4/+12
2018-10-31check_stream_sha1(): handle input underflowJeff King2-1/+21
2018-10-31t1450: check large blob in trailing-garbage testJeff King1-2/+2
2018-10-30test-lib: introduce the '-V' short option for '--verbose-log'SZEDER Gábor2-2/+3
2018-10-29t3404-rebase-interactive: test abbreviated commandsJohannes Sixt2-7/+7
2018-10-26travis-ci: no longer use containersSebastian Staudt1-2/+0
2018-10-26path.c: char is not (always) signedTorsten Bögershausen1-1/+1
2018-10-26upload-pack: fix broken if/else chain in config callbackJeff King1-3/+6
2018-10-25howto/using-merge-subtree: mention --allow-unrelated-historiesUwe Kleine-König1-1/+1
2018-10-25repack -ad: prune the list of shallow commitsJohannes Schindelin2-1/+7
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin3-8/+21
2018-10-25repack: point out a bug handling stale shallow infoJohannes Schindelin1-0/+27
2018-10-25run-command: mark path lookup errors with ENOENTJeff King2-5/+29
2018-10-24fsck: s/++i > 1/i++/Junio C Hamano1-1/+1