summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-04-17Git 2.35.8v2.35.8Johannes Schindelin3-2/+9
2023-04-17Sync with 2.34.8Johannes Schindelin19-35/+221
2023-04-17Git 2.34.8v2.34.8Johannes Schindelin3-2/+9
2023-04-17Sync with 2.33.8Johannes Schindelin18-32/+211
2023-04-17Git 2.33.8v2.33.8Johannes Schindelin3-2/+9
2023-04-17Sync with 2.32.7Johannes Schindelin21-82/+285
2023-04-17Git 2.32.7v2.32.7Johannes Schindelin3-2/+9
2023-04-17Sync with 2.31.8Johannes Schindelin21-98/+291
2023-04-17Git 2.31.8v2.31.8Johannes Schindelin3-2/+8
2023-04-17tests: avoid using `test_i18ncmp`Johannes Schindelin3-9/+9
2023-04-17Sync with 2.30.9Johannes Schindelin21-104/+291
2023-04-17Git 2.30.9v2.30.9Taylor Blau3-2/+45
2023-04-17Merge branch 'tb/config-copy-or-rename-in-file-injection'Taylor Blau2-11/+55
2023-04-17Merge branch 'avoid-using-uninitialized-gettext'Johannes Schindelin2-1/+10
2023-04-17Merge branch 'js/apply-overwrite-rej-symlink-if-exists' into maint-2.30Junio C Hamano2-2/+27
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-17Merge branch 'js/gettext-poison-fixes'Johannes Schindelin5-9/+9
2023-04-17Merge branch 'ds/github-actions-use-newer-ubuntu'Junio C Hamano1-1/+1
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-22Merge branch 'backport/jk/range-diff-fixes'Junio C Hamano1-16/+13
2023-03-22Merge branch 'backport/jk/curl-avoid-deprecated-api' into maint-2.30Junio C Hamano5-50/+81
2023-03-22Merge branch 'backport/jx/ci-ubuntu-fix' into maint-2.30Junio C Hamano3-16/+17
2023-03-22Merge branch 'backport/jc/http-clear-finished-pointer' into maint-2.30Junio C Hamano1-0/+26
2023-03-22Merge branch 'backport/js/ci-gcc-12-fixes'Junio C Hamano3-1/+11
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.35.7v2.35.7Johannes Schindelin3-2/+9
2023-02-06Sync with 2.34.7Johannes Schindelin19-53/+397
2023-02-06Git 2.34.7v2.34.7Johannes Schindelin3-2/+9
2023-02-06Sync with 2.33.7Johannes Schindelin12-9/+309
2023-02-06Merge branch 'jk/curl-avoid-deprecated-api'Junio C Hamano6-44/+81
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-06Sync with 2.32.6Johannes Schindelin11-9/+302
2023-02-06Git 2.32.6v2.32.6Johannes Schindelin3-2/+8
2023-02-06Sync with 2.31.7Johannes Schindelin10-9/+296
2023-02-06Git 2.31.7v2.31.7Johannes Schindelin3-2/+8
2023-02-06Sync with 2.30.8Johannes Schindelin9-9/+290
2023-02-06Git 2.30.8v2.30.8Junio C Hamano3-2/+54
2023-02-06Merge branch 'ps/apply-beyond-symlink' into maint-2.30Junio C Hamano2-0/+108
2023-02-06Merge branch 'tb/clone-local-symlinks' into maint-2.30Taylor Blau6-9/+130
2023-02-03apply: fix writing behind newly created symbolic linksPatrick Steinhardt2-0/+108
2023-01-24dir-iterator: prevent top-level symlinks without FOLLOW_SYMLINKSTaylor Blau4-5/+56
2023-01-24clone: delay picking a transport until after get_repo_path()Taylor Blau2-8/+15
2023-01-24t5619: demonstrate clone_local() with ambiguous transportTaylor Blau1-0/+63
2023-01-19Sync with maint-2.34Junio C Hamano1-1/+1
2023-01-19Sync with maint-2.33Junio C Hamano1-1/+1
2023-01-19Sync with maint-2.32Junio C Hamano1-1/+1
2023-01-19Sync with maint-2.31Junio C Hamano1-1/+1
2023-01-19Sync with maint-2.30Junio C Hamano1-1/+1
2023-01-19attr: adjust a mismatched data typeJohannes Schindelin1-1/+1
2022-12-13Git 2.35.6v2.35.6Junio C Hamano3-2/+7
2022-12-13Merge branch 'maint-2.34' into maint-2.35Junio C Hamano17-125/+547
2022-12-13Git 2.34.6v2.34.6Junio C Hamano3-2/+7
2022-12-13Merge branch 'maint-2.33' into maint-2.34Junio C Hamano17-125/+546
2022-12-13Git 2.33.6v2.33.6Junio C Hamano3-2/+7
2022-12-13Sync with Git 2.32.5Junio C Hamano16-125/+541
2022-12-13Git 2.32.5v2.32.5Junio C Hamano3-2/+10
2022-12-13Merge branch 'ps/attr-limits-with-fsck' into maint-2.32Junio C Hamano3-43/+130
2022-12-13Sync with Git 2.31.6Junio C Hamano12-82/+403
2022-12-13Git 2.31.6v2.31.6Junio C Hamano3-2/+7
2022-12-13Sync with Git 2.30.7Junio C Hamano11-82/+402
2022-12-13Git 2.30.7v2.30.7Junio C Hamano3-2/+88
2022-12-09fsck: implement checks for gitattributesPatrick Steinhardt3-1/+73
2022-12-09fsck: move checks for gitattributesPatrick Steinhardt1-5/+7
2022-12-09fsck: pull out function to check a set of blobsPatrick Steinhardt1-12/+22
2022-12-09fsck: refactor `fsck_blob()` to allow for more checksPatrick Steinhardt1-26/+29
2022-12-09Merge branch 'ps/attr-limits' into maint-2.32Junio C Hamano3-35/+127
2022-12-09Merge branch 'ps/attr-limits' into maint-2.30Junio C Hamano3-36/+132
2022-12-09Merge branch 'ps/format-padding-fix' into maint-2.30Junio C Hamano7-47/+185
2022-12-09pretty: restrict input lengths for padding and wrapping formatsPatrick Steinhardt2-9/+41
2022-12-09utf8: refactor `strbuf_utf8_replace` to not rely on preallocated bufferPatrick Steinhardt1-21/+13
2022-12-09utf8: fix checking for glyph width in `strbuf_utf8_replace()`Patrick Steinhardt2-5/+21
2022-12-09utf8: fix overflow when returning string widthPatrick Steinhardt2-3/+17
2022-12-09utf8: fix returning negative string widthPatrick Steinhardt2-2/+12
2022-12-09utf8: fix truncated string lengths in `utf8_strnwidth()`Patrick Steinhardt4-9/+7
2022-12-09pretty: fix integer overflow in wrapping formatPatrick Steinhardt3-1/+23
2022-12-09pretty: fix adding linefeed when placeholder is not expandedPatrick Steinhardt2-1/+21
2022-12-09pretty: fix out-of-bounds read when parsing invalid padding formatPatrick Steinhardt2-1/+7
2022-12-09pretty: fix out-of-bounds read when left-flushing with stealingPatrick Steinhardt2-1/+7
2022-12-09pretty: fix out-of-bounds write caused by integer overflowPatrick Steinhardt2-5/+23
2022-12-09test-lib: add prerequisite for 64-bit platformsCarlo Marcelo Arenas Belón1-0/+4
2022-12-05attr: ignore overly large gitattributes filesPatrick Steinhardt3-2/+45
2022-12-05attr: ignore attribute lines exceeding 2048 bytesPatrick Steinhardt3-2/+34
2022-12-05attr: fix silently splitting up lines longer than 2048 bytesPatrick Steinhardt2-6/+28
2022-12-05attr: harden allocation against integer overflowsPatrick Steinhardt1-4/+3
2022-12-05attr: fix integer overflow with more than INT_MAX macrosPatrick Steinhardt1-5/+5
2022-12-05attr: fix out-of-bounds read with unreasonable amount of patternsPatrick Steinhardt1-9/+9
2022-12-05attr: fix out-of-bounds write when parsing huge number of attributesPatrick Steinhardt1-8/+8
2022-12-05attr: fix integer overflow when parsing huge attribute namesPatrick Steinhardt1-1/+1
2022-12-05attr: fix out-of-bounds read with huge attribute namesPatrick Steinhardt1-1/+1
2022-12-05attr: fix overflow when upserting attribute with overly long namePatrick Steinhardt1-1/+1
2022-10-06Git 2.35.5v2.35.5Taylor Blau3-2/+7
2022-10-06Sync with 2.34.5Taylor Blau63-59/+295
2022-10-06Git 2.34.5v2.34.5Taylor Blau3-2/+7
2022-10-06Sync with 2.33.5Taylor Blau64-59/+295
2022-10-06Git 2.33.5v2.33.5Taylor Blau3-2/+7
2022-10-06Sync with 2.32.4Taylor Blau63-60/+291
2022-10-06Git 2.32.4v2.32.4Taylor Blau2-1/+6
2022-10-06Sync with 2.31.5Taylor Blau61-61/+282
2022-10-06Git 2.31.5v2.31.5Taylor Blau2-1/+6
2022-10-06Sync with 2.30.6Taylor Blau60-61/+277
2022-10-06Git 2.30.6v2.30.6Taylor Blau3-2/+62
2022-10-01t2080: prepare for changing protocol.file.allowTaylor Blau1-0/+3
2022-10-01t1092: prepare for changing protocol.file.allowTaylor Blau1-0/+2
2022-10-01t2080: prepare for changing protocol.file.allowTaylor Blau1-0/+3
2022-10-01t1092: prepare for changing protocol.file.allowTaylor Blau1-0/+2
2022-10-01alias.c: reject too-long cmdline strings in split_cmdline()Kevin Backhouse1-2/+9
2022-10-01shell: limit size of interactive commandsJeff King2-4/+36
2022-10-01shell: add basic testsJeff King1-0/+31
2022-10-01transport: make `protocol.file.allow` be "user" by defaultTaylor Blau2-5/+4
2022-10-01t/t9NNN: allow local submodulesTaylor Blau2-0/+3
2022-10-01t/t7NNN: allow local submodulesTaylor Blau23-1/+62
2022-10-01t/t6NNN: allow local submodulesTaylor Blau2-2/+2
2022-10-01t/t5NNN: allow local submodulesTaylor Blau8-0/+19
2022-10-01t/t4NNN: allow local submodulesTaylor Blau4-3/+5
2022-10-01t/t3NNN: allow local submodulesTaylor Blau6-4/+9
2022-10-01t/2NNNN: allow local submodulesTaylor Blau3-2/+8
2022-10-01t/t1NNN: allow local submodulesTaylor Blau2-2/+4
2022-10-01t/lib-submodule-update.sh: allow local submodulesTaylor Blau1-0/+1
2022-10-01builtin/clone.c: disallow `--local` clones with symlinksTaylor Blau2-35/+23
2022-06-23Git 2.35.4v2.35.4Johannes Schindelin3-2/+9
2022-06-23Sync with 2.34.4Johannes Schindelin10-12/+275
2022-06-23Git 2.34.4v2.34.4Johannes Schindelin3-2/+8
2022-06-23Sync with 2.33.4Johannes Schindelin9-12/+269
2022-06-23Git 2.33.4v2.33.4Johannes Schindelin3-2/+8
2022-06-23Sync with 2.32.3Johannes Schindelin8-12/+263
2022-06-23Git 2.32.3v2.32.3Johannes Schindelin3-2/+8
2022-06-23Sync with 2.31.4Johannes Schindelin7-12/+257
2022-06-23Git 2.31.4v2.31.4Johannes Schindelin3-2/+8
2022-06-23Sync with 2.30.5Johannes Schindelin6-12/+251
2022-06-23Git 2.30.5v2.30.5Johannes Schindelin3-2/+14
2022-06-23setup: tighten ownership checks post CVE-2022-24765Carlo Marcelo Arenas Belón1-11/+60
2022-06-23Merge branch 'cb/path-owner-check-with-sudo'Junio C Hamano4-1/+179
2022-06-17git-compat-util: allow root to access both SUDO_UID and root ownedCarlo Marcelo Arenas Belón3-18/+11
2022-05-12t0034: add negative tests and allow git init to mostly work under sudoCarlo Marcelo Arenas Belón2-0/+77
2022-05-12git-compat-util: avoid failing dir ownership checks if running privilegedCarlo Marcelo Arenas Belón3-2/+66
2022-05-12t: regression git needs safe.directory when using sudoCarlo Marcelo Arenas Belón1-0/+44
2022-04-13Git 2.35.3v2.35.3Junio C Hamano11-5/+108
2022-04-13Git 2.34.3v2.34.3Junio C Hamano10-5/+104
2022-04-13Git 2.33.3v2.33.3Junio C Hamano9-5/+100
2022-04-13Git 2.32.2v2.32.2Junio C Hamano8-5/+96
2022-04-13Git 2.31.3v2.31.3Junio C Hamano7-5/+92
2022-04-13Git 2.30.4v2.30.4Junio C Hamano3-2/+23
2022-04-13setup: opt-out of check with safe.directory=*Derrick Stolee3-2/+21
2022-04-13setup: fix safe.directory key not being checkedMatheus Valadares2-0/+8
2022-04-13t0033: add tests for safe.directoryDerrick Stolee2-1/+36
2022-03-24Git 2.35.2v2.35.2Johannes Schindelin3-2/+9
2022-03-24Sync with 2.34.2Johannes Schindelin13-12/+265
2022-03-24Git 2.34.2v2.34.2Johannes Schindelin3-2/+8
2022-03-24Sync with 2.33.2Johannes Schindelin12-13/+264
2022-03-24Git 2.33.2v2.33.2Johannes Schindelin3-2/+17
2022-03-24Sync with 2.32.1Johannes Schindelin11-13/+249
2022-03-24Git 2.32.1v2.32.1Johannes Schindelin3-2/+8
2022-03-24Sync with 2.31.2Johannes Schindelin10-13/+243
2022-03-24Git 2.31.2v2.31.2Johannes Schindelin3-2/+8
2022-03-24Sync with 2.30.3Johannes Schindelin9-13/+237
2022-03-24Git 2.30.3v2.30.3Johannes Schindelin3-2/+26
2022-03-24Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likesJohannes Schindelin2-11/+23
2022-03-21setup_git_directory(): add an owner check for the top-level directoryJohannes Schindelin3-1/+79
2022-03-21Add a function to determine whether a path is owned by the current userJohannes Schindelin3-0/+106
2022-03-17Merge branch 'cb/mingw-gmtime-r'Johannes Schindelin2-1/+5
2022-03-17mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2-1/+5
2022-03-17GIT-VERSION-GEN: bump to v2.33.1Johannes Schindelin1-1/+1
2022-01-28Git 2.35.1v2.35.1Junio C Hamano3-2/+8
2022-01-28Merge branch 'en/keep-cwd' into maintJunio C Hamano3-2/+30
2022-01-26sequencer, stash: fix running from worktree subdirElijah Newren3-2/+30
2022-01-24Git 2.35v2.35.0Junio C Hamano2-1/+11
2022-01-24Merge branch 'ab/checkout-branch-info-leakfix'Junio C Hamano2-3/+13
2022-01-24Merge tag 'l10n-2.35.0-rnd2' of git://github.com/git-l10n/git-poJunio C Hamano11-39598/+36951
2022-01-23l10n: Update Catalan translationJordi Mas1-16/+16
2022-01-22Merge branch 'l10n/zh_TW/220113' of github.com:l10n-tw/git-poJiang Xin1-3115/+3462
2022-01-21checkout: avoid BUG() when hitting a broken repositoryJunio C Hamano2-3/+13
2022-01-22l10n: zh_TW: v2.35.0 round 2 (0 untranslated)Yi-Jyun Pan1-84/+85