summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-13Sync with Git 2.31.6Junio C Hamano
2022-12-13Git 2.31.6v2.31.6Junio C Hamano
2022-12-13Sync with Git 2.30.7Junio C Hamano
2022-12-13Git 2.30.7v2.30.7Junio C Hamano
2022-12-11Git 2.38.2v2.38.2Junio C Hamano
2022-12-10ci: use a newer `github-script` versionJohannes Schindelin
2022-12-10Merge branch 'jx/ci-ubuntu-fix' into maint-2.38Junio C Hamano
2022-12-10Merge branch 'js/ci-use-newer-up-down-artifact' into maint-2.38Junio C Hamano
2022-12-10Merge branch 'ab/ci-use-macos-12' into maint-2.38Junio C Hamano
2022-12-10Merge branch 'ab/ci-retire-set-output' into maint-2.38Junio C Hamano
2022-12-10Merge branch 'ab/ci-musl-bash-fix' into maint-2.38Junio C Hamano
2022-12-10Merge branch 'od/ci-use-checkout-v3-when-applicable' into maint-2.38Junio C Hamano
2022-12-09rebase --update-refs: avoid unintended ref deletionVictoria Dye
2022-12-09fsck: implement checks for gitattributesPatrick Steinhardt
2022-12-09fsck: move checks for gitattributesPatrick Steinhardt
2022-12-09fsck: pull out function to check a set of blobsPatrick Steinhardt
2022-12-09fsck: refactor `fsck_blob()` to allow for more checksPatrick 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-09Merge branch 'ps/format-padding-fix' into maint-2.30Junio C Hamano
2022-12-09pretty: restrict input lengths for padding and wrapping formatsPatrick Steinhardt
2022-12-09utf8: refactor `strbuf_utf8_replace` to not rely on preallocated bufferPatrick 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
2022-12-09utf8: fix truncated string lengths in `utf8_strnwidth()`Patrick Steinhardt
2022-12-09pretty: fix integer overflow in wrapping formatPatrick Steinhardt
2022-12-09pretty: fix adding linefeed when placeholder is not expandedPatrick Steinhardt
2022-12-09pretty: fix out-of-bounds read when parsing invalid padding formatPatrick Steinhardt
2022-12-09pretty: fix out-of-bounds read when left-flushing with stealingPatrick Steinhardt
2022-12-09pretty: fix out-of-bounds write caused by integer overflowPatrick Steinhardt
2022-12-09test-lib: add prerequisite for 64-bit platformsCarlo Marcelo Arenas Belón
2022-12-08CI: migrate away from deprecated "set-output" syntaxÆvar Arnfjörð Bjarmason
2022-12-08ci: avoid using deprecated {up,down}load-artifacts ActionJohannes Schindelin
2022-12-08CI: don't explicitly pick "bash" shell outside of Windows, fix regressionÆvar Arnfjörð Bjarmason
2022-12-07CI: upgrade to macos-12, and pin OSX versionÆvar Arnfjörð Bjarmason
2022-12-06ci(main): upgrade actions/checkout to v3Oscar Dominguez
2022-12-05attr: ignore overly large gitattributes filesPatrick Steinhardt
2022-12-05attr: ignore attribute lines exceeding 2048 bytesPatrick Steinhardt
2022-12-05attr: fix silently splitting up lines longer than 2048 bytesPatrick Steinhardt
2022-12-05attr: harden allocation against integer overflowsPatrick Steinhardt
2022-12-05attr: fix integer overflow with more than INT_MAX macrosPatrick Steinhardt
2022-12-05attr: fix out-of-bounds read with unreasonable amount of patternsPatrick Steinhardt
2022-12-05attr: fix out-of-bounds write when parsing huge number of attributesPatrick Steinhardt
2022-12-05attr: fix integer overflow when parsing huge attribute namesPatrick Steinhardt
2022-12-05attr: fix out-of-bounds read with huge attribute namesPatrick Steinhardt
2022-12-05attr: fix overflow when upserting attribute with overly long namePatrick Steinhardt
2022-11-27ci: install python on ubuntuJiang Xin
2022-11-27ci: use the same version of p4 on both Linux and macOSJiang Xin
2022-11-27ci: remove the pipe after "p4 -V" to catch errorsJiang Xin