Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Git 2.33.6v2.33.6 | Junio C Hamano | 2022-12-13 | 3 | -2/+7 |
* | Sync with Git 2.32.5 | Junio C Hamano | 2022-12-13 | 16 | -125/+541 |
|\ | |||||
| * | Git 2.32.5v2.32.5 | Junio C Hamano | 2022-12-13 | 3 | -2/+10 |
| * | Merge branch 'ps/attr-limits-with-fsck' into maint-2.32 | Junio C Hamano | 2022-12-13 | 3 | -43/+130 |
| |\ | |||||
| | * | fsck: implement checks for gitattributes | Patrick Steinhardt | 2022-12-09 | 3 | -1/+73 |
| | * | fsck: move checks for gitattributes | Patrick Steinhardt | 2022-12-09 | 1 | -5/+7 |
| | * | fsck: pull out function to check a set of blobs | Patrick Steinhardt | 2022-12-09 | 1 | -12/+22 |
| | * | fsck: refactor `fsck_blob()` to allow for more checks | Patrick Steinhardt | 2022-12-09 | 1 | -26/+29 |
| | * | Merge branch 'ps/attr-limits' into maint-2.32 | Junio C Hamano | 2022-12-09 | 3 | -35/+127 |
| | |\ | |||||
| * | \ | Sync with Git 2.31.6 | Junio C Hamano | 2022-12-13 | 12 | -82/+403 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Git 2.31.6v2.31.6 | Junio C Hamano | 2022-12-13 | 3 | -2/+7 |
| | * | | Sync with Git 2.30.7 | Junio C Hamano | 2022-12-13 | 11 | -82/+402 |
| | |\ \ | |||||
| | | * | | Git 2.30.7v2.30.7 | Junio C Hamano | 2022-12-13 | 3 | -2/+88 |
| | | * | | Merge branch 'ps/attr-limits' into maint-2.30 | Junio C Hamano | 2022-12-09 | 3 | -36/+132 |
| | | |\| | |||||
| | | | * | attr: ignore overly large gitattributes files | Patrick Steinhardt | 2022-12-05 | 3 | -2/+45 |
| | | | * | attr: ignore attribute lines exceeding 2048 bytes | Patrick Steinhardt | 2022-12-05 | 3 | -2/+34 |
| | | | * | attr: fix silently splitting up lines longer than 2048 bytes | Patrick Steinhardt | 2022-12-05 | 2 | -6/+28 |
| | | | * | attr: harden allocation against integer overflows | Patrick Steinhardt | 2022-12-05 | 1 | -4/+3 |
| | | | * | attr: fix integer overflow with more than INT_MAX macros | Patrick Steinhardt | 2022-12-05 | 1 | -5/+5 |
| | | | * | attr: fix out-of-bounds read with unreasonable amount of patterns | Patrick Steinhardt | 2022-12-05 | 1 | -9/+9 |
| | | | * | attr: fix out-of-bounds write when parsing huge number of attributes | Patrick Steinhardt | 2022-12-05 | 1 | -8/+8 |
| | | | * | attr: fix integer overflow when parsing huge attribute names | Patrick Steinhardt | 2022-12-05 | 1 | -1/+1 |
| | | | * | attr: fix out-of-bounds read with huge attribute names | Patrick Steinhardt | 2022-12-05 | 1 | -1/+1 |
| | | | * | attr: fix overflow when upserting attribute with overly long name | Patrick Steinhardt | 2022-12-05 | 1 | -1/+1 |
| | | * | | Merge branch 'ps/format-padding-fix' into maint-2.30 | Junio C Hamano | 2022-12-09 | 7 | -47/+185 |
| | | |\ \ | | | | |/ | | | |/| | |||||
| | | | * | pretty: restrict input lengths for padding and wrapping formats | Patrick Steinhardt | 2022-12-09 | 2 | -9/+41 |
| | | | * | utf8: refactor `strbuf_utf8_replace` to not rely on preallocated buffer | Patrick Steinhardt | 2022-12-09 | 1 | -21/+13 |
| | | | * | utf8: fix checking for glyph width in `strbuf_utf8_replace()` | Patrick Steinhardt | 2022-12-09 | 2 | -5/+21 |
| | | | * | utf8: fix overflow when returning string width | Patrick Steinhardt | 2022-12-09 | 2 | -3/+17 |
| | | | * | utf8: fix returning negative string width | Patrick Steinhardt | 2022-12-09 | 2 | -2/+12 |
| | | | * | utf8: fix truncated string lengths in `utf8_strnwidth()` | Patrick Steinhardt | 2022-12-09 | 4 | -9/+7 |
| | | | * | pretty: fix integer overflow in wrapping format | Patrick Steinhardt | 2022-12-09 | 3 | -1/+23 |
| | | | * | pretty: fix adding linefeed when placeholder is not expanded | Patrick Steinhardt | 2022-12-09 | 2 | -1/+21 |
| | | | * | pretty: fix out-of-bounds read when parsing invalid padding format | Patrick Steinhardt | 2022-12-09 | 2 | -1/+7 |
| | | | * | pretty: fix out-of-bounds read when left-flushing with stealing | Patrick Steinhardt | 2022-12-09 | 2 | -1/+7 |
| | | | * | pretty: fix out-of-bounds write caused by integer overflow | Patrick Steinhardt | 2022-12-09 | 2 | -5/+23 |
| | | | * | test-lib: add prerequisite for 64-bit platforms | Carlo Marcelo Arenas Belón | 2022-12-09 | 1 | -0/+4 |
| | | |/ | |||||
* | | | | Git 2.33.5v2.33.5 | Taylor Blau | 2022-10-06 | 3 | -2/+7 |
* | | | | Sync with 2.32.4 | Taylor Blau | 2022-10-06 | 63 | -60/+291 |
|\| | | | |||||
| * | | | Git 2.32.4v2.32.4 | Taylor Blau | 2022-10-06 | 2 | -1/+6 |
| * | | | Sync with 2.31.5 | Taylor Blau | 2022-10-06 | 61 | -61/+282 |
| |\| | | |||||
| | * | | Git 2.31.5v2.31.5 | Taylor Blau | 2022-10-06 | 2 | -1/+6 |
| | * | | Sync with 2.30.6 | Taylor Blau | 2022-10-06 | 60 | -61/+277 |
| | |\| | |||||
| | | * | Git 2.30.6v2.30.6 | Taylor Blau | 2022-10-06 | 3 | -2/+62 |
| | | * | alias.c: reject too-long cmdline strings in split_cmdline() | Kevin Backhouse | 2022-10-01 | 1 | -2/+9 |
| | | * | shell: limit size of interactive commands | Jeff King | 2022-10-01 | 2 | -4/+36 |
| | | * | shell: add basic tests | Jeff King | 2022-10-01 | 1 | -0/+31 |
| | | * | transport: make `protocol.file.allow` be "user" by default | Taylor Blau | 2022-10-01 | 2 | -5/+4 |
| | | * | t/t9NNN: allow local submodules | Taylor Blau | 2022-10-01 | 2 | -0/+3 |
| | | * | t/t7NNN: allow local submodules | Taylor Blau | 2022-10-01 | 23 | -1/+62 |