summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 2.36.5v2.36.5Johannes Schindelin2023-02-063-2/+9
* Sync with 2.35.7Johannes Schindelin2023-02-0620-53/+404
|\
| * Git 2.35.7v2.35.7Johannes Schindelin2023-02-063-2/+9
| * Sync with 2.34.7Johannes Schindelin2023-02-0619-53/+397
| |\
| | * Git 2.34.7v2.34.7Johannes Schindelin2023-02-063-2/+9
| | * Sync with 2.33.7Johannes Schindelin2023-02-0612-9/+309
| | |\
| | | * Git 2.33.7v2.33.7Johannes Schindelin2023-02-063-2/+9
| | | * Sync with 2.32.6Johannes Schindelin2023-02-0611-9/+302
| | | |\
| | | | * Git 2.32.6v2.32.6Johannes Schindelin2023-02-063-2/+8
| | | | * Sync with 2.31.7Johannes Schindelin2023-02-0610-9/+296
| | | | |\
| | | | | * Git 2.31.7v2.31.7Johannes Schindelin2023-02-063-2/+8
| | | | | * Sync with 2.30.8Johannes Schindelin2023-02-069-9/+290
| | | | | |\
| | | | | | * Git 2.30.8v2.30.8Junio C Hamano2023-02-063-2/+54
| | | | | | * Merge branch 'ps/apply-beyond-symlink' into maint-2.30Junio C Hamano2023-02-062-0/+108
| | | | | | |\
| | | | | | | * apply: fix writing behind newly created symbolic linksPatrick Steinhardt2023-02-032-0/+108
| | | | | | * | Merge branch 'tb/clone-local-symlinks' into maint-2.30Taylor Blau2023-02-066-9/+130
| | | | | | |\ \ | | | | | | | |/ | | | | | | |/|
| | | | | | | * dir-iterator: prevent top-level symlinks without FOLLOW_SYMLINKSTaylor Blau2023-01-244-5/+56
| | | | | | | * clone: delay picking a transport until after get_repo_path()Taylor Blau2023-01-242-8/+15
| | | | | | | * t5619: demonstrate clone_local() with ambiguous transportTaylor Blau2023-01-241-0/+63
| | | | | | |/
| | * | | | | Merge branch 'jk/curl-avoid-deprecated-api'Junio C Hamano2023-02-066-44/+81
| | |\ \ \ \ \
| | | * | | | | http: support CURLOPT_PROTOCOLS_STRJeff King2023-02-062-13/+54
| | | * | | | | http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King2023-02-065-30/+26
| | | * | | | | http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King2023-02-061-1/+1
| | |/ / / / /
* | | | | | | Sync with maint-2.35Junio C Hamano2023-01-191-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Sync with maint-2.34Junio C Hamano2023-01-191-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Sync with maint-2.33Junio C Hamano2023-01-191-1/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Sync with maint-2.32Junio C Hamano2023-01-191-1/+1
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Sync with maint-2.31Junio C Hamano2023-01-191-1/+1
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Sync with maint-2.30Junio C Hamano2023-01-191-1/+1
| | | | | |\ \ | | | | | | |/
| | | | | | * attr: adjust a mismatched data typeJohannes Schindelin2023-01-191-1/+1
* | | | | | | Git 2.36.4v2.36.4Junio C Hamano2022-12-133-2/+7
* | | | | | | Merge branch 'maint-2.35' into maint-2.36Junio C Hamano2022-12-1318-125/+552
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Git 2.35.6v2.35.6Junio C Hamano2022-12-133-2/+7
| * | | | | | Merge branch 'maint-2.34' into maint-2.35Junio C Hamano2022-12-1317-125/+547
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Git 2.34.6v2.34.6Junio C Hamano2022-12-133-2/+7
| | * | | | | Merge branch 'maint-2.33' into maint-2.34Junio C Hamano2022-12-1317-125/+546
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Git 2.33.6v2.33.6Junio C Hamano2022-12-133-2/+7
| | | * | | | Sync with Git 2.32.5Junio C Hamano2022-12-1316-125/+541
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Git 2.32.5v2.32.5Junio C Hamano2022-12-133-2/+10
| | | | * | | Merge branch 'ps/attr-limits-with-fsck' into maint-2.32Junio C Hamano2022-12-133-43/+130
| | | | |\ \ \
| | | | | * | | fsck: implement checks for gitattributesPatrick Steinhardt2022-12-093-1/+73
| | | | | * | | fsck: move checks for gitattributesPatrick Steinhardt2022-12-091-5/+7
| | | | | * | | fsck: pull out function to check a set of blobsPatrick Steinhardt2022-12-091-12/+22
| | | | | * | | fsck: refactor `fsck_blob()` to allow for more checksPatrick Steinhardt2022-12-091-26/+29
| | | | | * | | Merge branch 'ps/attr-limits' into maint-2.32Junio C Hamano2022-12-093-35/+127
| | | | | |\ \ \
| | | | * | \ \ \ Sync with Git 2.31.6Junio C Hamano2022-12-1312-82/+403
| | | | |\ \ \ \ \ | | | | | |/ / / / | | | | |/| | / / | | | | | | |/ / | | | | | |/| |
| | | | | * | | Git 2.31.6v2.31.6Junio C Hamano2022-12-133-2/+7
| | | | | * | | Sync with Git 2.30.7Junio C Hamano2022-12-1311-82/+402
| | | | | |\ \ \ | | | | | | | |/ | | | | | | |/|
| | | | | | * | Git 2.30.7v2.30.7Junio C Hamano2022-12-133-2/+88
| | | | | | * | Merge branch 'ps/attr-limits' into maint-2.30Junio C Hamano2022-12-093-36/+132
| | | | | | |\ \ | | | | | | | |/