summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-04-17Git 2.38.5v2.38.5Johannes Schindelin3-2/+10
2023-04-17Sync with 2.37.7Johannes Schindelin14-13/+183
2023-04-17Git 2.37.7v2.37.7Johannes Schindelin3-2/+9
2023-04-17Sync with 2.36.6Johannes Schindelin17-28/+189
2023-04-17Git 2.36.6v2.36.6Johannes Schindelin3-2/+9
2023-04-17Sync with 2.35.8Johannes Schindelin17-30/+184
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.38.4v2.38.4Johannes Schindelin3-2/+9
2023-02-06Sync with 2.37.6Johannes Schindelin22-53/+418
2023-02-06Git 2.37.6v2.37.6Johannes Schindelin3-2/+9
2023-02-06Sync with 2.36.5Johannes Schindelin21-53/+411
2023-02-06Git 2.36.5v2.36.5Johannes Schindelin3-2/+9
2023-02-06Sync with 2.35.7Johannes Schindelin20-53/+404
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.37Junio C Hamano1-1/+1
2023-01-19Sync with maint-2.36Junio C Hamano1-1/+1
2023-01-19Sync with maint-2.35Junio C Hamano1-1/+1
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.38.3v2.38.3Junio C Hamano3-2/+7
2022-12-13Sync with Git 2.37.5Junio C Hamano20-125/+562
2022-12-13Git 2.37.5v2.37.5Junio C Hamano3-2/+7
2022-12-13Merge branch 'maint-2.36' into maint-2.37Junio C Hamano19-125/+557
2022-12-13Git 2.36.4v2.36.4Junio C Hamano3-2/+7
2022-12-13Merge branch 'maint-2.35' into maint-2.36Junio C Hamano18-125/+552
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-11Git 2.38.2v2.38.2Junio C Hamano2-1/+8
2022-12-10ci: use a newer `github-script` versionJohannes Schindelin1-3/+3
2022-12-10Merge branch 'jx/ci-ubuntu-fix' into maint-2.38Junio C Hamano3-17/+13
2022-12-10Merge branch 'js/ci-use-newer-up-down-artifact' into maint-2.38Junio C Hamano1-8/+14
2022-12-10Merge branch 'ab/ci-use-macos-12' into maint-2.38Junio C Hamano3-4/+4
2022-12-10Merge branch 'ab/ci-retire-set-output' into maint-2.38Junio C Hamano2-3/+3
2022-12-10Merge branch 'ab/ci-musl-bash-fix' into maint-2.38Junio C Hamano1-6/+2
2022-12-10Merge branch 'od/ci-use-checkout-v3-when-applicable' into maint-2.38Junio C Hamano1-7/+10
2022-12-09rebase --update-refs: avoid unintended ref deletionVictoria Dye2-3/+113
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-08CI: migrate away from deprecated "set-output" syntaxÆvar Arnfjörð Bjarmason2-3/+3
2022-12-08ci: avoid using deprecated {up,down}load-artifacts ActionJohannes Schindelin1-8/+14
2022-12-08CI: don't explicitly pick "bash" shell outside of Windows, fix regressionÆvar Arnfjörð Bjarmason1-6/+2
2022-12-07CI: upgrade to macos-12, and pin OSX versionÆvar Arnfjörð Bjarmason3-4/+4
2022-12-06ci(main): upgrade actions/checkout to v3Oscar Dominguez1-7/+10
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-11-27ci: install python on ubuntuJiang Xin2-5/+5
2022-11-27ci: use the same version of p4 on both Linux and macOSJiang Xin2-3/+2
2022-11-27ci: remove the pipe after "p4 -V" to catch errorsJiang Xin1-2/+2
2022-11-27github-actions: run gcc-8 on ubuntu-20.04 imageJiang Xin3-7/+4
2022-10-27Downmerge a bit more for 2.38.2Junio C Hamano1-0/+13
2022-10-27Merge branch 'rs/archive-dedup-printf' into maint-2.38Junio C Hamano1-5/+3
2022-10-27Merge branch 'jh/struct-zero-init-with-older-clang' into maint-2.38Junio C Hamano1-0/+25
2022-10-27Merge branch 'rs/use-fspathncmp' into maint-2.38Junio C Hamano1-3/+1
2022-10-27Merge branch 'rj/branch-edit-desc-unborn' into maint-2.38Junio C Hamano2-2/+58
2022-10-27Merge branch 'pw/remove-rebase-p-test' into maint-2.38Junio C Hamano1-8/+0
2022-10-27Merge branch 'jc/use-of-uc-in-log-messages' into maint-2.38Junio C Hamano1-1/+3
2022-10-27Merge branch 'jc/tmp-objdir' into maint-2.38Junio C Hamano1-36/+4
2022-10-27Merge branch 'dd/document-runtime-prefix-better' into maint-2.38Junio C Hamano1-2/+3
2022-10-27Merge branch 'ab/unused-annotation' into maint-2.38Junio C Hamano1-1/+4
2022-10-27Merge branch 'tb/midx-repack-ignore-cruft-packs' into maint-2.38Junio C Hamano3-6/+107
2022-10-27Merge branch 'so/diff-merges-cleanup' into maint-2.38Junio C Hamano2-19/+27
2022-10-27Merge branch 'rj/ref-filter-get-head-description-leakfix' into maint-2.38Junio C Hamano1-0/+2
2022-10-27Merge branch 'jc/environ-docs' into maint-2.38Junio C Hamano2-16/+28
2022-10-27Makefile: force -O0 when compiling with SANITIZE=leakJeff King1-0/+1
2022-10-25Downmerge a handful of topics for 2.38.2Junio C Hamano2-1/+48
2022-10-25Merge branch 'jk/cleanup-callback-parameters' into maint-2.38Junio C Hamano4-57/+17
2022-10-25Merge branch 'rs/gc-pack-refs-simplify' into maint-2.38Junio C Hamano1-9/+2
2022-10-25Merge branch 'nb/doc-mergetool-typofix' into maint-2.38Junio C Hamano1-1/+1
2022-10-25Merge branch 'jk/sequencer-missing-author-name-check' into maint-2.38Junio C Hamano2-1/+60
2022-10-25Merge branch 'ds/bundle-uri-docfix' into maint-2.38Junio C Hamano1-4/+4
2022-10-25Merge branch 'ab/test-malloc-with-sanitize-leak' into maint-2.38Junio C Hamano1-1/+3
2022-10-25Merge branch 'rs/bisect-start-leakfix' into maint-2.38Junio C Hamano1-4/+3
2022-10-25Merge branch 'jc/branch-description-unset' into maint-2.38Junio C Hamano2-2/+7
2022-10-25Merge branch 'pw/ssh-sign-report-errors' into maint-2.38Junio C Hamano1-3/+4
2022-10-25Merge branch 'pw/mailinfo-b-fix' into maint-2.38Junio C Hamano2-3/+3
2022-10-25Merge branch 'rs/test-httpd-in-C-locale' into maint-2.38Junio C Hamano1-0/+2
2022-10-25Merge branch 'js/merge-ort-in-read-only-repo' into maint-2.38Junio C Hamano2-34/+69
2022-10-25Merge branch 'ja/rebase-i-avoid-amending-self' into maint-2.38Junio C Hamano2-2/+15
2022-10-25Merge branch 'jk/fsck-on-diet' into maint-2.38Junio C Hamano2-4/+5
2022-10-25Merge branch 'ah/fsmonitor-daemon-usage-non-l10n' into maint-2.38Junio C Hamano1-2/+2
2022-10-25Merge branch 'jk/clone-allow-bare-and-o-together' into maint-2.38Junio C Hamano2-7/+5
2022-10-25Merge branch 'jk/remote-rename-without-fetch-refspec' into maint-2.38Junio C Hamano2-23/+36
2022-10-25Merge branch 'vd/fix-unaligned-read-index-v4' into maint-2.38Junio C Hamano1-19/+42
2022-10-25Merge branch 'ab/coding-guidelines-c99' into maint-2.38Junio C Hamano2-17/+25
2022-10-11CodingGuidelines: recommend against unportable C99 struct syntaxÆvar Arnfjörð Bjarmason1-0/+5
2022-10-11archive: deduplicate verbose printingRené Scharfe1-5/+3
2022-10-10CodingGuidelines: mention C99 features we can't useÆvar Arnfjörð Bjarmason1-0/+7
2022-10-10CodingGuidelines: allow declaring variables in for loopsÆvar Arnfjörð Bjarmason2-15/+2
2022-10-10CodingGuidelines: mention dynamic C99 initializer elementsÆvar Arnfjörð Bjarmason1-0/+5
2022-10-10CodingGuidelines: update for C99Ævar Arnfjörð Bjarmason1-2/+6
2022-10-10t3435: remove redundant test casePhillip Wood1-8/+0
2022-10-10config.mak.dev: disable suggest braces error on old clang versionsJeff Hostetler1-0/+25