Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git_connect_git(): forbid newlines in host and path | Jeff King | 2021-01-07 | 1 | -0/+5 |
* | Git 2.20.4v2.20.4 | Jonathan Nieder | 2020-04-20 | 3 | -19/+275 |
|\ | |||||
| * | Git 2.19.5v2.19.5 | Jonathan Nieder | 2020-04-20 | 3 | -19/+275 |
| |\ | |||||
| | * | Git 2.18.4v2.18.4 | Jonathan Nieder | 2020-04-20 | 3 | -19/+275 |
| | |\ | |||||
| | | * | fsck: reject URL with empty host in .gitmodules | Jonathan Nieder | 2020-04-20 | 1 | -0/+32 |
| | | * | credential: treat URL with empty scheme as invalid | Jonathan Nieder | 2020-04-20 | 2 | -0/+41 |
| | | * | credential: treat URL without scheme as invalid | Jonathan Nieder | 2020-04-20 | 2 | -5/+34 |
| | | * | credential: die() when parsing invalid urls | Jeff King | 2020-04-20 | 1 | -2/+1 |
| | | * | fsck: convert gitmodules url to URL passed to curl | Jonathan Nieder | 2020-04-20 | 1 | -0/+29 |
| | | * | credential: refuse to operate when missing host or protocol | Jeff King | 2020-04-20 | 1 | -8/+26 |
| | | * | credential: parse URL without host as empty host, not unset | Jeff King | 2020-04-20 | 1 | -0/+17 |
| | | * | t0300: use more realistic inputs | Jeff King | 2020-04-20 | 1 | -4/+85 |
| | | * | t0300: make "quit" helper more realistic | Jeff King | 2020-04-20 | 1 | -3/+13 |
* | | | | Git 2.20.3v2.20.3 | Junio C Hamano | 2020-03-17 | 3 | -2/+32 |
|\| | | | |||||
| * | | | Git 2.19.4v2.19.4 | Junio C Hamano | 2020-03-17 | 3 | -2/+32 |
| |\| | | |||||
| | * | | Git 2.18.3v2.18.3 | Junio C Hamano | 2020-03-17 | 3 | -2/+32 |
| | |\| | |||||
| | | * | fsck: detect gitmodules URLs with embedded newlines | Jeff King | 2020-03-12 | 1 | -1/+17 |
| | | * | credential: detect unrepresentable values when parsing urls | Jeff King | 2020-03-12 | 1 | -2/+10 |
| | | * | t/lib-credential: use test_i18ncmp to check stderr | Jeff King | 2020-03-12 | 1 | -1/+1 |
| | | * | credential: avoid writing values with newlines | Jeff King | 2020-03-12 | 1 | -0/+6 |
* | | | | t7415: adjust test for dubiously-nested submodule gitdirs for v2.20.x | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
* | | | | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 13 | -28/+445 |
|\| | | | |||||
| * | | | Sync with 2.18.2 | Johannes Schindelin | 2019-12-06 | 13 | -28/+445 |
| |\| | | |||||
| | * | | Sync with 2.17.3 | Johannes Schindelin | 2019-12-06 | 13 | -29/+446 |
| | |\| | |||||
| | | * | fsck: reject submodule.update = !command in .gitmodules | Jonathan Nieder | 2019-12-06 | 1 | -0/+14 |
| | | * | Sync with 2.16.6 | Johannes Schindelin | 2019-12-06 | 13 | -29/+432 |
| | | |\ | |||||
| | | | * | test-drop-caches: use `has_dos_drive_prefix()` | Johannes Schindelin | 2019-12-06 | 1 | -5/+8 |
| | | | * | Sync with 2.15.4 | Johannes Schindelin | 2019-12-06 | 12 | -24/+424 |
| | | | |\ | |||||
| | | | | * | submodule: reject submodule.update = !command in .gitmodules | Jonathan Nieder | 2019-12-06 | 1 | -6/+8 |
| | | | | * | Sync with 2.14.6 | Johannes Schindelin | 2019-12-06 | 11 | -18/+416 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'win32-accommodate-funny-drive-names' | Johannes Schindelin | 2019-12-05 | 1 | -1/+12 |
| | | | | | |\ | |||||
| | | | | | | * | mingw: handle `subst`-ed "DOS drives" | Johannes Schindelin | 2019-12-05 | 1 | -0/+9 |
| | | | | | | * | mingw: refuse to access paths with illegal characters | Johannes Schindelin | 2019-12-05 | 1 | -1/+3 |
| | | | | | * | | Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods' | Johannes Schindelin | 2019-12-05 | 6 | -2/+51 |
| | | | | | |\| | |||||
| | | | | | | * | mingw: refuse to access paths with trailing spaces or periods | Johannes Schindelin | 2019-12-05 | 4 | -1/+49 |
| | | | | | | * | t6130/t9350: prepare for stringent Win32 path validation | Johannes Schindelin | 2019-12-05 | 2 | -1/+2 |
| | | | | | * | | quote-stress-test: offer to test quoting arguments for MSYS2 sh | Johannes Schindelin | 2019-12-05 | 1 | -3/+10 |
| | | | | | * | | quote-stress-test: allow skipping some trials | Johannes Schindelin | 2019-12-05 | 1 | -1/+5 |
| | | | | | * | | quote-stress-test: accept arguments to test via the command-line | Johannes Schindelin | 2019-12-05 | 1 | -13/+22 |
| | | | | | * | | tests: add a helper to stress test argument quoting | Garima Singh | 2019-12-05 | 1 | -2/+116 |
| | | | | | * | | mingw: fix quoting of arguments | Johannes Schindelin | 2019-12-05 | 1 | -0/+14 |
| | | | | | * | | Disallow dubiously-nested submodule git directories | Johannes Schindelin | 2019-12-05 | 1 | -0/+23 |
| | | | | | |/ | |||||
| | | | | | * | path: also guard `.gitmodules` against NTFS Alternate Data Streams | Johannes Schindelin | 2019-12-05 | 1 | -1/+6 |
| | | | | | * | path: safeguard `.git` against NTFS Alternate Streams Accesses | Johannes Schindelin | 2019-12-05 | 1 | -0/+1 |
| | | | | | * | test-path-utils: offer to run a protectNTFS/protectHFS benchmark | Garima Singh | 2019-12-05 | 1 | -0/+96 |
| | | | | | * | mingw: disallow backslash characters in tree objects' file names | Johannes Schindelin | 2019-12-04 | 3 | -3/+7 |
| | | | | | * | clone --recurse-submodules: prevent name squatting on Windows | Johannes Schindelin | 2019-12-04 | 1 | -0/+31 |
| | | | | | * | fast-import: disallow "feature import-marks" by default | Jeff King | 2019-12-04 | 1 | -5/+17 |
| | | | | | * | fast-import: disallow "feature export-marks" by default | Jeff King | 2019-12-04 | 1 | -8/+15 |
| | | | | | * | fast-import: delay creating leading directories for export-marks | Jeff King | 2019-12-04 | 1 | -2/+11 |