summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 2.24.3v2.24.3Jonathan Nieder2020-04-1916-42/+494
|\
| * Git 2.23.3v2.23.3Jonathan Nieder2020-04-1915-42/+489
| |\
| | * Git 2.22.4v2.22.4Jonathan Nieder2020-04-1914-42/+484
| | |\
| | | * Git 2.21.3v2.21.3Jonathan Nieder2020-04-1913-42/+479
| | | |\
| | | | * Git 2.20.4v2.20.4Jonathan Nieder2020-04-1912-42/+474
| | | | |\
| | | | | * Git 2.19.5v2.19.5Jonathan Nieder2020-04-1911-42/+469
| | | | | |\
| | | | | | * Git 2.18.4v2.18.4Jonathan Nieder2020-04-1910-42/+464
| | | | | | |\
| | | | | | | * Git 2.17.5v2.17.5Jeff King2020-04-193-2/+24
| | | | | | | * fsck: reject URL with empty host in .gitmodulesJonathan Nieder2020-04-192-3/+39
| | | | | | | * credential: treat URL with empty scheme as invalidJonathan Nieder2020-04-193-3/+43
| | | | | | | * credential: treat URL without scheme as invalidJonathan Nieder2020-04-194-9/+84
| | | | | | | * credential: die() when parsing invalid urlsJeff King2020-04-192-6/+3
| | | | | | | * fsck: convert gitmodules url to URL passed to curlJonathan Nieder2020-04-192-5/+118
| | | | | | | * credential: refuse to operate when missing host or protocolJeff King2020-04-192-14/+40
| | | | | | | * credential: parse URL without host as empty host, not unsetJeff King2020-04-193-2/+19
| | | | | | | * t0300: use more realistic inputsJeff King2020-04-191-4/+85
| | | | | | | * t0300: make "quit" helper more realisticJeff King2020-04-191-3/+13
* | | | | | | | Git 2.24.2v2.24.2Junio C Hamano2020-03-1716-7/+152
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Git 2.23.2v2.23.2Junio C Hamano2020-03-1715-7/+147
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Git 2.22.3v2.22.3Junio C Hamano2020-03-1714-7/+142
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Git 2.21.2v2.21.2Junio C Hamano2020-03-1713-7/+137
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Git 2.20.3v2.20.3Junio C Hamano2020-03-1712-7/+132
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Git 2.19.4v2.19.4Junio C Hamano2020-03-1711-7/+127
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Git 2.18.3v2.18.3Junio C Hamano2020-03-1710-7/+122
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * Git 2.17.4v2.17.4Junio C Hamano2020-03-173-2/+18
| | | | | | | * fsck: detect gitmodules URLs with embedded newlinesJeff King2020-03-122-2/+32
| | | | | | | * credential: detect unrepresentable values when parsing urlsJeff King2020-03-123-4/+60
| | | | | | | * t/lib-credential: use test_i18ncmp to check stderrJeff King2020-03-121-1/+1
| | | | | | | * credential: avoid writing values with newlinesJeff King2020-03-122-0/+8
* | | | | | | | msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.xJohannes Schindelin2020-01-162-4/+4
* | | | | | | | Git 2.24.1v2.24.1Johannes Schindelin2019-12-063-2/+10
* | | | | | | | Sync with 2.23.1Johannes Schindelin2019-12-0646-87/+983
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Git 2.23.1v2.23.1Johannes Schindelin2019-12-063-2/+10
| * | | | | | | Sync with 2.22.2Johannes Schindelin2019-12-0645-87/+975
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Git 2.22.2v2.22.2Johannes Schindelin2019-12-063-2/+10
| | * | | | | | Sync with 2.21.1Johannes Schindelin2019-12-0644-87/+967
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Git 2.21.1v2.21.1Johannes Schindelin2019-12-063-2/+14
| | | * | | | | Merge branch 'fix-msys2-quoting-bugs'Johannes Schindelin2019-12-061-5/+20
| | | |\ \ \ \ \
| | | | * | | | | mingw: sh arguments need quoting in more circumstancesJohannes Schindelin2019-12-061-2/+3
| | | | * | | | | mingw: fix quoting of empty arguments for `sh`Johannes Schindelin2019-12-061-1/+1
| | | | * | | | | mingw: use MSYS2 quoting even when spawning shell scriptsJohannes Schindelin2019-12-061-1/+2
| | | | * | | | | mingw: detect when MSYS2's sh is to be spawned more robustlyJohannes Schindelin2019-12-061-1/+14
| | | |/ / / / /
| | | * | | | | t7415: drop v2.20.x-specific work-aroundJohannes Schindelin2019-12-061-1/+1
| | | * | | | | Sync with 2.20.2Johannes Schindelin2019-12-0643-82/+935
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Git 2.20.2v2.20.2Johannes Schindelin2019-12-063-2/+20
| | | | * | | | submodule: defend against submodule.update = !command in .gitmodulesJonathan Nieder2019-12-061-0/+2
| | | | * | | | t7415: adjust test for dubiously-nested submodule gitdirs for v2.20.xJohannes Schindelin2019-12-061-1/+1
| | | | * | | | Sync with 2.19.3Johannes Schindelin2019-12-0640-82/+914
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Git 2.19.3v2.19.3Johannes Schindelin2019-12-063-2/+10
| | | | | * | | Sync with 2.18.2Johannes Schindelin2019-12-0639-82/+906
| | | | | |\ \ \ | | | | | | |/ /