Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-17Git 2.38.5v2.38.5Johannes Schindelin
2023-04-17Sync with 2.37.7Johannes Schindelin
2023-04-17Git 2.37.7v2.37.7Johannes Schindelin
2023-04-17Sync with 2.36.6Johannes Schindelin
2023-04-17Git 2.36.6v2.36.6Johannes Schindelin
2023-04-17Sync with 2.35.8Johannes Schindelin
2023-04-17Git 2.35.8v2.35.8Johannes Schindelin
2023-04-17Sync with 2.34.8Johannes Schindelin
2023-04-17Git 2.34.8v2.34.8Johannes Schindelin
2023-04-17Sync with 2.33.8Johannes Schindelin
2023-04-17Git 2.33.8v2.33.8Johannes Schindelin
2023-04-17Sync with 2.32.7Johannes Schindelin
2023-04-17Git 2.32.7v2.32.7Johannes Schindelin
2023-04-17Sync with 2.31.8Johannes Schindelin
2023-04-17Git 2.31.8v2.31.8Johannes Schindelin
2023-04-17tests: avoid using `test_i18ncmp`Johannes Schindelin
2023-04-17Sync with 2.30.9Johannes Schindelin
2023-04-17Git 2.30.9v2.30.9Taylor Blau
2023-04-17Merge branch 'tb/config-copy-or-rename-in-file-injection'Taylor Blau
2023-04-17Merge branch 'avoid-using-uninitialized-gettext'Johannes Schindelin
2023-04-17Merge branch 'js/apply-overwrite-rej-symlink-if-exists' into maint-2.30Junio C Hamano
2023-04-17config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`Taylor Blau
2023-04-17config.c: avoid integer truncation in `copy_or_rename_section_in_file()`Taylor Blau
2023-04-17config: avoid fixed-sized buffer when renaming/deleting a sectionTaylor Blau
2023-04-17gettext: avoid using gettext if the locale dir is not presentJohannes Schindelin
2023-04-17t1300: demonstrate failure when renaming sections with long linesTaylor Blau
2023-04-17apply --reject: overwrite existing `.rej` symlink if it existsJohannes Schindelin
2023-04-17Merge branch 'js/gettext-poison-fixes'Johannes Schindelin
2023-04-17Merge branch 'ds/github-actions-use-newer-ubuntu'Junio C Hamano
2023-04-17ci: update 'static-analysis' to Ubuntu 22.04Derrick Stolee
2023-03-23Makefile: force -O0 when compiling with SANITIZE=leakJeff King
2023-03-22Merge branch 'backport/jk/range-diff-fixes'Junio C Hamano
2023-03-22Merge branch 'backport/jk/curl-avoid-deprecated-api' into maint-2.30Junio C Hamano
2023-03-22Merge branch 'backport/jx/ci-ubuntu-fix' into maint-2.30Junio C Hamano
2023-03-22Merge branch 'backport/jc/http-clear-finished-pointer' into maint-2.30Junio C Hamano
2023-03-22Merge branch 'backport/js/ci-gcc-12-fixes'Junio C Hamano
2023-03-22http.c: clear the 'finished' member once we are done with itJunio C Hamano
2023-03-22clone.c: avoid "exceeds maximum object size" error with GCC v12.xJohannes Schindelin
2023-03-12t5604: GETTEXT_POISON fix, conclusionJohannes Schindelin
2023-03-12t5604: GETTEXT_POISON fix, part 1Johannes Schindelin
2023-03-12t5619: GETTEXT_POISON fixJohannes Schindelin
2023-03-12range-diff: use ssize_t for parsed "len" in read_patches()Jeff King
2023-03-12t0003: GETTEXT_POISON fix, conclusionJohannes Schindelin
2023-03-12range-diff: handle unterminated lines in read_patches()Jeff King
2023-03-12t0003: GETTEXT_POISON fix, part 1Johannes Schindelin
2023-03-12t0033: GETTEXT_POISON fixJohannes Schindelin
2023-03-12http: support CURLOPT_PROTOCOLS_STRJeff King
2023-03-12ci: install python on ubuntuJiang Xin
2023-03-12range-diff: drop useless "offset" variable from read_patches()Jeff King
2023-03-12http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King