summaryrefslogtreecommitdiffstats
path: root/notes-cache.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-17Git 2.38.5v2.38.5Johannes Schindelin3-2/+10
2023-04-17Git 2.37.7v2.37.7Johannes Schindelin3-2/+9
2023-04-17Git 2.36.6v2.36.6Johannes Schindelin3-2/+9
2023-04-17Git 2.35.8v2.35.8Johannes Schindelin3-2/+9
2023-04-17Git 2.34.8v2.34.8Johannes Schindelin3-2/+9
2023-04-17Git 2.33.8v2.33.8Johannes Schindelin3-2/+9
2023-04-17Git 2.32.7v2.32.7Johannes Schindelin3-2/+9
2023-04-17Git 2.31.8v2.31.8Johannes Schindelin3-2/+8
2023-04-17tests: avoid using `test_i18ncmp`Johannes Schindelin3-9/+9
2023-04-17Git 2.30.9v2.30.9Taylor Blau3-2/+45
2023-04-17config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`Taylor Blau2-0/+23
2023-04-17config.c: avoid integer truncation in `copy_or_rename_section_in_file()`Taylor Blau1-5/+5
2023-04-17config: avoid fixed-sized buffer when renaming/deleting a sectionTaylor Blau2-8/+9
2023-04-17gettext: avoid using gettext if the locale dir is not presentJohannes Schindelin2-1/+10
2023-04-17t1300: demonstrate failure when renaming sections with long linesTaylor Blau1-0/+20
2023-04-17apply --reject: overwrite existing `.rej` symlink if it existsJohannes Schindelin2-2/+27
2023-04-17ci: update 'static-analysis' to Ubuntu 22.04Derrick Stolee1-1/+1
2023-03-23Makefile: force -O0 when compiling with SANITIZE=leakJeff King1-0/+1
2023-03-22http.c: clear the 'finished' member once we are done with itJunio C Hamano1-0/+26
2023-03-22clone.c: avoid "exceeds maximum object size" error with GCC v12.xJohannes Schindelin1-0/+9
2023-03-12t5604: GETTEXT_POISON fix, conclusionJohannes Schindelin1-1/+1
2023-03-12t5604: GETTEXT_POISON fix, part 1Johannes Schindelin1-1/+1
2023-03-12t5619: GETTEXT_POISON fixJohannes Schindelin1-1/+1
2023-03-12range-diff: use ssize_t for parsed "len" in read_patches()Jeff King1-1/+1
2023-03-12t0003: GETTEXT_POISON fix, conclusionJohannes Schindelin1-1/+1
2023-03-12range-diff: handle unterminated lines in read_patches()Jeff King1-14/+11
2023-03-12t0003: GETTEXT_POISON fix, part 1Johannes Schindelin1-4/+4
2023-03-12t0033: GETTEXT_POISON fixJohannes Schindelin1-1/+1
2023-03-12http: support CURLOPT_PROTOCOLS_STRJeff King1-13/+44
2023-03-12ci: install python on ubuntuJiang Xin2-4/+4
2023-03-12range-diff: drop useless "offset" variable from read_patches()Jeff King1-2/+2
2023-03-12http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King5-36/+36
2023-03-12http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King1-1/+1
2023-03-12nedmalloc: avoid new compile errorJohannes Schindelin1-1/+0
2023-03-12ci: use the same version of p4 on both Linux and macOSJiang Xin2-9/+10
2023-03-12ci: remove the pipe after "p4 -V" to catch errorsJiang Xin1-2/+2
2023-03-12github-actions: run gcc-8 on ubuntu-20.04 imageJiang Xin1-1/+1
2023-03-12compat/win32/syslog: fix use-after-reallocJohannes Schindelin1-0/+2
2023-02-06Git 2.38.4v2.38.4Johannes Schindelin3-2/+9
2023-02-06Git 2.37.6v2.37.6Johannes Schindelin3-2/+9
2023-02-06Git 2.36.5v2.36.5Johannes Schindelin3-2/+9
2023-02-06Git 2.35.7v2.35.7Johannes Schindelin3-2/+9
2023-02-06Git 2.34.7v2.34.7Johannes Schindelin3-2/+9
2023-02-06http: support CURLOPT_PROTOCOLS_STRJeff King2-13/+54
2023-02-06http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King5-30/+26
2023-02-06http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King1-1/+1
2023-02-06Git 2.33.7v2.33.7Johannes Schindelin3-2/+9
2023-02-06Git 2.32.6v2.32.6Johannes Schindelin3-2/+8
2023-02-06Git 2.31.7v2.31.7Johannes Schindelin3-2/+8
2023-02-06Git 2.30.8v2.30.8Junio C Hamano3-2/+54