summaryrefslogtreecommitdiffstats
path: root/Documentation/git-for-each-ref.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-19attr: adjust a mismatched data typeJohannes Schindelin1-1/+1
2023-01-17attr: adjust a mismatched data typeJohannes Schindelin1-1/+1
2023-01-16fsck: document the new `gitattributes` message IDsJohannes Schindelin1-0/+12
2022-12-13Git 2.39.1v2.39.1Junio C Hamano3-2/+7
2022-12-13Git 2.38.3v2.38.3Junio C Hamano3-2/+7
2022-12-13Git 2.37.5v2.37.5Junio C Hamano3-2/+7
2022-12-13Git 2.36.4v2.36.4Junio C Hamano3-2/+7
2022-12-13Git 2.35.6v2.35.6Junio C Hamano3-2/+7
2022-12-13Git 2.34.6v2.34.6Junio C Hamano3-2/+7
2022-12-13Git 2.33.6v2.33.6Junio C Hamano3-2/+7
2022-12-13Git 2.32.5v2.32.5Junio C Hamano3-2/+10
2022-12-13Git 2.31.6v2.31.6Junio C Hamano3-2/+7
2022-12-13Git 2.30.7v2.30.7Junio C Hamano3-2/+88
2022-12-12Git 2.39v2.39.0Junio C Hamano1-1/+1
2022-12-11Git 2.38.2v2.38.2Junio C Hamano2-1/+8
2022-12-10l10n: zh_TW.po: Git 2.39-rc2pan934121-921/+1240
2022-12-10ci: use a newer `github-script` versionJohannes Schindelin1-3/+3
2022-12-10mailmap: update email address of Matheus TavaresMatheus Tavares1-0/+1
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-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-09RelNotes: a couple of typofixesJohannes Schindelin1-2/+2
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-07l10n: tr: v2.39.0 updatesEmir SARI1-348/+500
2022-12-07l10n: Update Catalan translationJordi Mas1-442/+516
2022-12-07CI: upgrade to macos-12, and pin OSX versionÆvar Arnfjörð Bjarmason3-4/+4
2022-12-06l10n: bg.po: Updated Bulgarian translation (5501t)Alexander Shopov1-348/+508
2022-12-06Git 2.39-rc2v2.39.0-rc2Junio C Hamano2-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