summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 2.31.8v2.31.8Johannes Schindelin2023-04-173-2/+8
* tests: avoid using `test_i18ncmp`Johannes Schindelin2023-04-173-9/+9
* Sync with 2.30.9Johannes Schindelin2023-04-1721-104/+291
|\
| * Git 2.30.9v2.30.9Taylor Blau2023-04-173-2/+45
| * Merge branch 'tb/config-copy-or-rename-in-file-injection'Taylor Blau2023-04-172-11/+55
| |\
| | * config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`Taylor Blau2023-04-172-0/+23
| | * config.c: avoid integer truncation in `copy_or_rename_section_in_file()`Taylor Blau2023-04-171-5/+5
| | * config: avoid fixed-sized buffer when renaming/deleting a sectionTaylor Blau2023-04-172-8/+9
| | * t1300: demonstrate failure when renaming sections with long linesTaylor Blau2023-04-171-0/+20
| * | Merge branch 'avoid-using-uninitialized-gettext'Johannes Schindelin2023-04-172-1/+10
| |\ \
| | * | gettext: avoid using gettext if the locale dir is not presentJohannes Schindelin2023-04-172-1/+10
| | |/
| * | Merge branch 'js/apply-overwrite-rej-symlink-if-exists' into maint-2.30Junio C Hamano2023-04-172-2/+27
| |\ \ | | |/ | |/|
| | * apply --reject: overwrite existing `.rej` symlink if it existsJohannes Schindelin2023-04-172-2/+27
| |/
| * Merge branch 'js/gettext-poison-fixes'Johannes Schindelin2023-04-175-9/+9
| |\
| | * t5604: GETTEXT_POISON fix, conclusionJohannes Schindelin2023-03-121-1/+1
| | * t5604: GETTEXT_POISON fix, part 1Johannes Schindelin2023-03-121-1/+1
| | * t5619: GETTEXT_POISON fixJohannes Schindelin2023-03-121-1/+1
| | * t0003: GETTEXT_POISON fix, conclusionJohannes Schindelin2023-03-121-1/+1
| | * t0003: GETTEXT_POISON fix, part 1Johannes Schindelin2023-03-121-4/+4
| | * t0033: GETTEXT_POISON fixJohannes Schindelin2023-03-121-1/+1
| * | Merge branch 'ds/github-actions-use-newer-ubuntu'Junio C Hamano2023-04-171-1/+1
| |\ \
| | * | ci: update 'static-analysis' to Ubuntu 22.04Derrick Stolee2023-04-171-1/+1
| | |/
| * | Merge branch 'backport/jk/range-diff-fixes'Junio C Hamano2023-03-221-16/+13
| |\ \
| | * | range-diff: use ssize_t for parsed "len" in read_patches()Jeff King2023-03-121-1/+1
| | * | range-diff: handle unterminated lines in read_patches()Jeff King2023-03-121-14/+11
| | * | range-diff: drop useless "offset" variable from read_patches()Jeff King2023-03-121-2/+2
| | |/
| * | Merge branch 'backport/jk/curl-avoid-deprecated-api' into maint-2.30Junio C Hamano2023-03-225-50/+81
| |\ \
| | * | http: support CURLOPT_PROTOCOLS_STRJeff King2023-03-121-13/+44
| | * | http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King2023-03-125-36/+36
| | * | http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King2023-03-121-1/+1
| | |/
| * | Merge branch 'backport/jx/ci-ubuntu-fix' into maint-2.30Junio C Hamano2023-03-223-16/+17
| |\ \
| | * | ci: install python on ubuntuJiang Xin2023-03-122-4/+4
| | * | ci: use the same version of p4 on both Linux and macOSJiang Xin2023-03-122-9/+10
| | * | ci: remove the pipe after "p4 -V" to catch errorsJiang Xin2023-03-121-2/+2
| | * | github-actions: run gcc-8 on ubuntu-20.04 imageJiang Xin2023-03-121-1/+1
| | |/
| * | Merge branch 'backport/jc/http-clear-finished-pointer' into maint-2.30Junio C Hamano2023-03-221-0/+26
| |\ \
| | * | http.c: clear the 'finished' member once we are done with itJunio C Hamano2023-03-221-0/+26
| * | | Merge branch 'backport/js/ci-gcc-12-fixes'Junio C Hamano2023-03-223-1/+11
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * clone.c: avoid "exceeds maximum object size" error with GCC v12.xJohannes Schindelin2023-03-221-0/+9
| | * nedmalloc: avoid new compile errorJohannes Schindelin2023-03-121-1/+0
| | * compat/win32/syslog: fix use-after-reallocJohannes Schindelin2023-03-121-0/+2
| |/
* | 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
| |/