summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-05rebase: fix format.useAutoBase breakageLibravatar Denton Liu2-2/+3
2019-12-05format-patch: teach --no-baseLibravatar Denton Liu3-4/+14
2019-12-05t4014: use test_config()Libravatar Denton Liu1-5/+3
2019-12-05format-patch: fix indentationLibravatar Denton Liu1-1/+1
2019-12-05t3400: demonstrate failure with format.useAutoBaseLibravatar Denton Liu1-0/+6
2019-12-04t7700: stop losing return codes of git commandsLibravatar Denton Liu1-10/+9
2019-12-04t7700: make references to SHA-1 genericLibravatar Denton Liu1-19/+19
2019-12-04t7700: replace egrep with grepLibravatar Denton Liu1-3/+3
2019-12-04t7700: consolidate code into test_has_duplicate_object()Libravatar Denton Liu1-48/+23
2019-12-04t7700: consolidate code into test_no_missing_in_packs()Libravatar Denton Liu1-40/+15
2019-12-04doc: replace LKML link with lore.kernel.orgLibravatar Denton Liu1-1/+1
2019-12-04RelNotes: replace Gmane with real Message-IDsLibravatar Denton Liu9-10/+11
2019-12-04doc: replace MARC links with lore.kernel.orgLibravatar Denton Liu4-6/+6
2019-12-04checkout, restore: support the --pathspec-from-file optionLibravatar Alexandr Miloslavskiy6-4/+336
2019-12-04doc: restore: synchronize <pathspec> descriptionLibravatar Alexandr Miloslavskiy1-2/+10
2019-12-04doc: checkout: synchronize <pathspec> descriptionLibravatar Alexandr Miloslavskiy1-9/+15
2019-12-04doc: checkout: fix broken text referenceLibravatar Alexandr Miloslavskiy1-6/+4
2019-12-04doc: checkout: remove duplicate synopsisLibravatar Alexandr Miloslavskiy1-2/+1
2019-12-04add: support the --pathspec-from-file optionLibravatar Alexandr Miloslavskiy3-5/+168
2019-12-04cmd_add: prepare for next patchLibravatar Alexandr Miloslavskiy1-17/+17
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
2019-12-03submodule--helper: advise on fatal alternate errorLibravatar Jonathan Tan4-0/+16
2019-12-03Doc: explain submodule.alternateErrorStrategyLibravatar Jonathan Tan1-1/+3
2019-12-03packfile.c: speed up loading lots of packfilesLibravatar Colin Stolley4-9/+52
2019-12-02mingw: forbid translating ERROR_SUCCESS to an errno valueLibravatar Johannes Schindelin1-0/+1
2019-12-02pkt-line: fix a typoLibravatar Johannes Schindelin1-1/+1