Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-11-25 | packfile.c: protect against disappearing indexes | Taylor Blau | 1 | -2/+22 |
2020-04-19 | Git 2.24.3 | Jonathan Nieder | 3 | -19/+275 |
2020-04-19 | Git 2.23.3 | Jonathan Nieder | 3 | -19/+275 |
2020-04-19 | Git 2.22.4 | Jonathan Nieder | 3 | -19/+275 |
2020-04-19 | Git 2.21.3 | Jonathan Nieder | 3 | -19/+275 |
2020-04-19 | Git 2.20.4 | Jonathan Nieder | 3 | -19/+275 |
2020-04-19 | Git 2.19.5 | Jonathan Nieder | 3 | -19/+275 |
2020-04-19 | Git 2.18.4 | Jonathan Nieder | 3 | -19/+275 |
2020-04-19 | fsck: reject URL with empty host in .gitmodules | Jonathan Nieder | 1 | -0/+32 |
2020-04-19 | credential: treat URL with empty scheme as invalid | Jonathan Nieder | 2 | -0/+41 |
2020-04-19 | credential: treat URL without scheme as invalid | Jonathan Nieder | 2 | -5/+34 |
2020-04-19 | credential: die() when parsing invalid urls | Jeff King | 1 | -2/+1 |
2020-04-19 | fsck: convert gitmodules url to URL passed to curl | Jonathan Nieder | 1 | -0/+29 |
2020-04-19 | credential: refuse to operate when missing host or protocol | Jeff King | 1 | -8/+26 |
2020-04-19 | credential: parse URL without host as empty host, not unset | Jeff King | 1 | -0/+17 |
2020-04-19 | t0300: use more realistic inputs | Jeff King | 1 | -4/+85 |
2020-04-19 | t0300: make "quit" helper more realistic | Jeff King | 1 | -3/+13 |
2020-03-17 | Git 2.24.2 | Junio C Hamano | 3 | -2/+32 |
2020-03-17 | Git 2.23.2 | Junio C Hamano | 3 | -2/+32 |
2020-03-17 | Git 2.22.3 | Junio C Hamano | 3 | -2/+32 |
2020-03-17 | Git 2.21.2 | Junio C Hamano | 3 | -2/+32 |
2020-03-17 | Git 2.20.3 | Junio C Hamano | 3 | -2/+32 |
2020-03-17 | Git 2.19.4 | Junio C Hamano | 3 | -2/+32 |
2020-03-17 | Git 2.18.3 | Junio C Hamano | 3 | -2/+32 |
2020-03-12 | fsck: detect gitmodules URLs with embedded newlines | Jeff King | 1 | -1/+17 |
2020-03-12 | credential: detect unrepresentable values when parsing urls | Jeff King | 1 | -2/+10 |
2020-03-12 | t/lib-credential: use test_i18ncmp to check stderr | Jeff King | 1 | -1/+1 |
2020-03-12 | credential: avoid writing values with newlines | Jeff King | 1 | -0/+6 |
2019-12-06 | Sync with 2.23.1 | Johannes Schindelin | 13 | -28/+445 |
2019-12-06 | Sync with 2.22.2 | Johannes Schindelin | 13 | -28/+445 |
2019-12-06 | Sync with 2.21.1 | Johannes Schindelin | 13 | -28/+445 |
2019-12-06 | t7415: drop v2.20.x-specific work-around | Johannes Schindelin | 1 | -1/+1 |
2019-12-06 | Sync with 2.20.2 | Johannes Schindelin | 13 | -28/+445 |
2019-12-06 | t7415: adjust test for dubiously-nested submodule gitdirs for v2.20.x | Johannes Schindelin | 1 | -1/+1 |
2019-12-06 | Sync with 2.19.3 | Johannes Schindelin | 13 | -28/+445 |
2019-12-06 | Sync with 2.18.2 | Johannes Schindelin | 13 | -28/+445 |
2019-12-06 | Sync with 2.17.3 | Johannes Schindelin | 13 | -29/+446 |
2019-12-06 | fsck: reject submodule.update = !command in .gitmodules | Jonathan Nieder | 1 | -0/+14 |
2019-12-06 | Sync with 2.16.6 | Johannes Schindelin | 13 | -29/+432 |
2019-12-06 | test-drop-caches: use `has_dos_drive_prefix()` | Johannes Schindelin | 1 | -5/+8 |
2019-12-06 | Sync with 2.15.4 | Johannes Schindelin | 12 | -24/+424 |
2019-12-06 | submodule: reject submodule.update = !command in .gitmodules | Jonathan Nieder | 1 | -6/+8 |
2019-12-06 | Sync with 2.14.6 | Johannes Schindelin | 11 | -18/+416 |
2019-12-05 | Merge branch 'win32-accommodate-funny-drive-names' | Johannes Schindelin | 1 | -1/+12 |
2019-12-05 | Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods' | Johannes Schindelin | 6 | -2/+51 |
2019-12-05 | mingw: handle `subst`-ed "DOS drives" | Johannes Schindelin | 1 | -0/+9 |
2019-12-05 | mingw: refuse to access paths with trailing spaces or periods | Johannes Schindelin | 4 | -1/+49 |
2019-12-05 | quote-stress-test: offer to test quoting arguments for MSYS2 sh | Johannes Schindelin | 1 | -3/+10 |
2019-12-05 | mingw: refuse to access paths with illegal characters | Johannes Schindelin | 1 | -1/+3 |
2019-12-05 | quote-stress-test: allow skipping some trials | Johannes Schindelin | 1 | -1/+5 |