summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-04-17Git 2.32.7v2.32.7Johannes Schindelin-2/+9
2023-04-17Sync with 2.31.8Johannes Schindelin-98/+291
2023-04-17Git 2.31.8v2.31.8Johannes Schindelin-2/+8
2023-04-17tests: avoid using `test_i18ncmp`Johannes Schindelin-9/+9
2023-04-17Sync with 2.30.9Johannes Schindelin-104/+291
2023-04-17Git 2.30.9v2.30.9Taylor Blau-2/+45
2023-04-17Merge branch 'tb/config-copy-or-rename-in-file-injection'Taylor Blau-11/+55
2023-04-17Merge branch 'avoid-using-uninitialized-gettext'Johannes Schindelin-1/+10
2023-04-17Merge branch 'js/apply-overwrite-rej-symlink-if-exists' into maint-2.30Junio C Hamano-2/+27
2023-04-17config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`Taylor Blau-0/+23
2023-04-17config.c: avoid integer truncation in `copy_or_rename_section_in_file()`Taylor Blau-5/+5
2023-04-17config: avoid fixed-sized buffer when renaming/deleting a sectionTaylor Blau-8/+9
2023-04-17gettext: avoid using gettext if the locale dir is not presentJohannes Schindelin-1/+10
2023-04-17t1300: demonstrate failure when renaming sections with long linesTaylor Blau-0/+20
2023-04-17apply --reject: overwrite existing `.rej` symlink if it existsJohannes Schindelin-2/+27
2023-04-17Merge branch 'js/gettext-poison-fixes'Johannes Schindelin-9/+9
2023-04-17Merge branch 'ds/github-actions-use-newer-ubuntu'Junio C Hamano-1/+1
2023-04-17ci: update 'static-analysis' to Ubuntu 22.04Derrick Stolee-1/+1
2023-03-22Merge branch 'backport/jk/range-diff-fixes'Junio C Hamano-16/+13
2023-03-22Merge branch 'backport/jk/curl-avoid-deprecated-api' into maint-2.30Junio C Hamano-50/+81
2023-03-22Merge branch 'backport/jx/ci-ubuntu-fix' into maint-2.30Junio C Hamano-16/+17
2023-03-22Merge branch 'backport/jc/http-clear-finished-pointer' into maint-2.30Junio C Hamano-0/+26
2023-03-22Merge branch 'backport/js/ci-gcc-12-fixes'Junio C Hamano-1/+11
2023-03-22http.c: clear the 'finished' member once we are done with itJunio C Hamano-0/+26
2023-03-22clone.c: avoid "exceeds maximum object size" error with GCC v12.xJohannes Schindelin-0/+9
2023-03-12t5604: GETTEXT_POISON fix, conclusionJohannes Schindelin-1/+1
2023-03-12t5604: GETTEXT_POISON fix, part 1Johannes Schindelin-1/+1
2023-03-12t5619: GETTEXT_POISON fixJohannes Schindelin-1/+1
2023-03-12range-diff: use ssize_t for parsed "len" in read_patches()Jeff King-1/+1
2023-03-12t0003: GETTEXT_POISON fix, conclusionJohannes Schindelin-1/+1
2023-03-12range-diff: handle unterminated lines in read_patches()Jeff King-14/+11
2023-03-12t0003: GETTEXT_POISON fix, part 1Johannes Schindelin-4/+4
2023-03-12t0033: GETTEXT_POISON fixJohannes Schindelin-1/+1
2023-03-12http: support CURLOPT_PROTOCOLS_STRJeff King-13/+44
2023-03-12ci: install python on ubuntuJiang Xin-4/+4
2023-03-12range-diff: drop useless "offset" variable from read_patches()Jeff King-2/+2
2023-03-12http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King-36/+36
2023-03-12http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King-1/+1
2023-03-12nedmalloc: avoid new compile errorJohannes Schindelin-1/+0
2023-03-12ci: use the same version of p4 on both Linux and macOSJiang Xin-9/+10
2023-03-12ci: remove the pipe after "p4 -V" to catch errorsJiang Xin-2/+2
2023-03-12github-actions: run gcc-8 on ubuntu-20.04 imageJiang Xin-1/+1
2023-03-12compat/win32/syslog: fix use-after-reallocJohannes Schindelin-0/+2
2023-02-06Git 2.32.6v2.32.6Johannes Schindelin-2/+8
2023-02-06Sync with 2.31.7Johannes Schindelin-9/+296
2023-02-06Git 2.31.7v2.31.7Johannes Schindelin-2/+8
2023-02-06Sync with 2.30.8Johannes Schindelin-9/+290
2023-02-06Git 2.30.8v2.30.8Junio C Hamano-2/+54
2023-02-06Merge branch 'ps/apply-beyond-symlink' into maint-2.30Junio C Hamano-0/+108
2023-02-06Merge branch 'tb/clone-local-symlinks' into maint-2.30Taylor Blau-9/+130