summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge branch 'kz/merge-tree-merge-base'Junio C Hamano1-0/+62
2022-12-14Merge branch 'dd/git-bisect-builtin'Junio C Hamano1-0/+148
2022-12-13Sync with 2.38.3Junio C Hamano3-0/+159
2022-12-13Sync with Git 2.37.5Junio C Hamano3-0/+159
2022-12-13Merge branch 'maint-2.36' into maint-2.37Junio C Hamano3-0/+159
2022-12-13Merge branch 'maint-2.35' into maint-2.36Junio C Hamano3-0/+159
2022-12-13Merge branch 'maint-2.34' into maint-2.35Junio C Hamano3-0/+159
2022-12-13Merge branch 'maint-2.33' into maint-2.34Junio C Hamano4-0/+163
2022-12-13Sync with Git 2.32.5Junio C Hamano4-0/+163
2022-12-13Merge branch 'ps/attr-limits-with-fsck' into maint-2.32Junio C Hamano1-0/+24
2022-12-13Sync with Git 2.31.6Junio C Hamano3-0/+139
2022-12-13Sync with Git 2.30.7Junio C Hamano3-0/+139
2022-12-13help.c: fix autocorrect in work tree for bare repositorySimon Gerber1-0/+6
2022-12-13tests(mingw): avoid very slow `mingw_test_cmp`Johannes Schindelin2-67/+1
2022-12-09rebase --update-refs: avoid unintended ref deletionVictoria Dye1-0/+107
2022-12-09fsck: implement checks for gitattributesPatrick Steinhardt1-0/+24
2022-12-09Merge branch 'ps/attr-limits' into maint-2.32Junio C Hamano1-0/+59
2022-12-09Merge branch 'ps/attr-limits' into maint-2.30Junio C Hamano1-0/+59
2022-12-09pretty: restrict input lengths for padding and wrapping formatsPatrick Steinhardt1-9/+15
2022-12-09utf8: fix checking for glyph width in `strbuf_utf8_replace()`Patrick Steinhardt1-0/+7
2022-12-09utf8: fix overflow when returning string widthPatrick Steinhardt1-0/+8
2022-12-09utf8: fix returning negative string widthPatrick Steinhardt1-0/+6
2022-12-09pretty: fix integer overflow in wrapping formatPatrick Steinhardt1-0/+12
2022-12-09pretty: fix adding linefeed when placeholder is not expandedPatrick Steinhardt1-0/+8
2022-12-09pretty: fix out-of-bounds read when parsing invalid padding formatPatrick Steinhardt1-0/+6
2022-12-09pretty: fix out-of-bounds read when left-flushing with stealingPatrick Steinhardt1-0/+6
2022-12-09pretty: fix out-of-bounds write caused by integer overflowPatrick Steinhardt1-0/+17
2022-12-09test-lib: add prerequisite for 64-bit platformsCarlo Marcelo Arenas Belón1-0/+4
2022-12-09t1509: facilitate repeated script invocationsEric Sunshine1-0/+5
2022-12-09t1509: make "setup" test more robustEric Sunshine1-1/+1
2022-12-09t1509: fix failing "root work tree" test due to owner-checkEric Sunshine1-1/+2
2022-12-07t3920: support CR-eating grepRené Scharfe1-1/+1
2022-12-07t0021: use Windows-friendly `pwd`Johannes Schindelin1-2/+2
2022-12-05attr: ignore overly large gitattributes filesPatrick Steinhardt1-0/+17
2022-12-05attr: ignore attribute lines exceeding 2048 bytesPatrick Steinhardt1-2/+23
2022-12-05attr: fix silently splitting up lines longer than 2048 bytesPatrick Steinhardt1-0/+21
2022-12-05t3920: don't ignore errors of more than one command with `|| true`Johannes Sixt1-1/+1
2022-12-05t4023: fix ignored exit codes of gitÆvar Arnfjörð Bjarmason1-6/+6
2022-12-05t7600: don't ignore "rev-parse" exit code in helperÆvar Arnfjörð Bjarmason1-1/+1
2022-12-02t5314: check exit code of "git"Ævar Arnfjörð Bjarmason1-7/+10
2022-12-02t4205: don't exit test script on failureRené Scharfe1-1/+1
2022-12-01status: modernize git-status "slow untracked files" adviceRudy Rigot1-0/+70
2022-11-30t1301: do not change $CWD in "shared=all" test caseJiang Xin1-2/+1
2022-11-30t1301: use test_when_finished for cleanupJiang Xin1-3/+5
2022-11-30t1301: fix wrong template dir for git-initJiang Xin1-1/+2
2022-11-30pack-objects: fix handling of multiple --filter optionsRené Scharfe1-1/+1
2022-11-30t5317: demonstrate failure to handle multiple --filter optionsRené Scharfe1-0/+38
2022-11-30t5317: stop losing return codes of git ls-filesRené Scharfe1-24/+28
2022-11-30completion: add case-insensitive match of pseudorefsAlison Winters1-0/+15
2022-11-30completion: add optional ignore-case when matching refsAlison Winters1-0/+15