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
path: root/t
AgeCommit message (Expand)Author
2023-04-17Sync with 2.37.7Johannes Schindelin
2023-04-17Sync with 2.36.6Johannes Schindelin
2023-04-17Sync with 2.35.8Johannes Schindelin
2023-04-17Sync with 2.34.8Johannes Schindelin
2023-04-17Sync with 2.33.8Johannes Schindelin
2023-04-17Sync with 2.32.7Johannes Schindelin
2023-04-17Sync with 2.31.8Johannes Schindelin
2023-04-17tests: avoid using `test_i18ncmp`Johannes Schindelin
2023-04-17Sync with 2.30.9Johannes Schindelin
2023-04-17Merge branch 'tb/config-copy-or-rename-in-file-injection'Taylor Blau
2023-04-17config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`Taylor Blau
2023-04-17config: avoid fixed-sized buffer when renaming/deleting a sectionTaylor Blau
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-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-12t0003: GETTEXT_POISON fix, conclusionJohannes Schindelin
2023-03-12t0003: GETTEXT_POISON fix, part 1Johannes Schindelin
2023-03-12t0033: GETTEXT_POISON fixJohannes Schindelin
2023-02-06Sync with 2.37.6Johannes Schindelin
2023-02-06Sync with 2.36.5Johannes Schindelin
2023-02-06Sync with 2.35.7Johannes Schindelin
2023-02-06Sync with 2.34.7Johannes Schindelin
2023-02-06Sync with 2.33.7Johannes Schindelin
2023-02-06Sync with 2.32.6Johannes Schindelin
2023-02-06Sync with 2.31.7Johannes Schindelin
2023-02-06Sync with 2.30.8Johannes Schindelin
2023-02-06Merge branch 'ps/apply-beyond-symlink' into maint-2.30Junio C Hamano
2023-02-04apply: fix writing behind newly created symbolic linksPatrick Steinhardt
2023-01-25dir-iterator: prevent top-level symlinks without FOLLOW_SYMLINKSTaylor Blau
2023-01-25clone: delay picking a transport until after get_repo_path()Taylor Blau
2023-01-25t5619: demonstrate clone_local() with ambiguous transportTaylor Blau
2022-12-13Sync with Git 2.37.5Junio C Hamano
2022-12-13Merge branch 'maint-2.36' into maint-2.37Junio C Hamano
2022-12-13Merge branch 'maint-2.35' into maint-2.36Junio C Hamano
2022-12-13Merge branch 'maint-2.34' into maint-2.35Junio C Hamano
2022-12-13Merge branch 'maint-2.33' into maint-2.34Junio C Hamano
2022-12-13Sync with Git 2.32.5Junio C Hamano
2022-12-13Merge branch 'ps/attr-limits-with-fsck' into maint-2.32Junio C Hamano
2022-12-13Sync with Git 2.31.6Junio C Hamano
2022-12-13Sync with Git 2.30.7Junio C Hamano
2022-12-09rebase --update-refs: avoid unintended ref deletionVictoria Dye
2022-12-09fsck: implement checks for gitattributesPatrick Steinhardt
2022-12-09Merge branch 'ps/attr-limits' into maint-2.32Junio C Hamano
2022-12-09Merge branch 'ps/attr-limits' into maint-2.30Junio C Hamano
2022-12-09pretty: restrict input lengths for padding and wrapping formatsPatrick Steinhardt
2022-12-09utf8: fix checking for glyph width in `strbuf_utf8_replace()`Patrick Steinhardt
2022-12-09utf8: fix overflow when returning string widthPatrick Steinhardt
2022-12-09utf8: fix returning negative string widthPatrick Steinhardt