summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2022-10-01t3207: prepare for changing protocol.file.allowTaylor Blau1-0/+1
2022-10-01t2080: prepare for changing protocol.file.allowTaylor Blau1-0/+3
2022-10-01t1092: prepare for changing protocol.file.allowTaylor Blau1-0/+2
2022-10-01t2080: prepare for changing protocol.file.allowTaylor Blau1-0/+3
2022-10-01t1092: prepare for changing protocol.file.allowTaylor Blau1-0/+2
2022-10-01shell: limit size of interactive commandsJeff King1-0/+6
2022-10-01shell: add basic testsJeff King1-0/+31
2022-10-01t/t9NNN: allow local submodulesTaylor Blau2-0/+3
2022-10-01t/t7NNN: allow local submodulesTaylor Blau23-1/+62
2022-10-01t/t6NNN: allow local submodulesTaylor Blau2-2/+2
2022-10-01t/t5NNN: allow local submodulesTaylor Blau8-0/+19
2022-10-01t/t4NNN: allow local submodulesTaylor Blau4-3/+5
2022-10-01t/t3NNN: allow local submodulesTaylor Blau6-4/+9
2022-10-01t/2NNNN: allow local submodulesTaylor Blau3-2/+8
2022-10-01t/t1NNN: allow local submodulesTaylor Blau2-2/+4
2022-10-01t/lib-submodule-update.sh: allow local submodulesTaylor Blau1-0/+1
2022-10-01builtin/clone.c: disallow `--local` clones with symlinksTaylor Blau1-32/+18
2022-09-30branch: do not fail a no-op --edit-descJunio C Hamano1-0/+3
2022-09-29test-lib: have SANITIZE=leak imply TEST_NO_MALLOC_CHECKÆvar Arnfjörð Bjarmason1-1/+3
2022-09-28merge-ort: fix segmentation fault in read-only repositoriesJohannes Schindelin1-0/+9
2022-09-27scalar: make 'unregister' idempotentDerrick Stolee1-1/+4
2022-09-27maintenance: add 'unregister --force'Derrick Stolee1-1/+10
2022-09-26Merge branch 'ds/bitmap-lookup-remove-tracing'Junio C Hamano1-7/+0
2022-09-26pack-bitmap: remove trace2 region from hot pathDerrick Stolee1-7/+0
2022-09-26sequencer: avoid dropping fixup commit that targets self via commit-ishJohannes Altmanninger1-0/+13
2022-09-23builtin/grep.c: integrate with sparse indexShaoxuan Yuan2-0/+73
2022-09-23check-non-portable-shell: detect obsolescent egrep/fgrepEric Sunshine1-0/+1
2022-09-23Merge branch 'dd/retire-efgrep' into es/retire-efgrepJunio C Hamano22-53/+53
2022-09-22remote: handle rename of remote without fetch refspecJeff King1-0/+11
2022-09-22clone: allow "--bare" with "-o"Jeff King1-4/+5
2022-09-21Merge branch 'sg/clean-test-results'Junio C Hamano1-0/+1
2022-09-21Merge branch 'vd/scalar-generalize-diagnose'Junio C Hamano1-0/+12
2022-09-21Merge branch 'fz/help-doublofix'Junio C Hamano1-1/+1
2022-09-21t/Makefile: remove 'test-results' on 'make clean'SZEDER Gábor1-0/+1
2022-09-21t: convert fgrep usage to "grep -F"Đoàn Trần Công Danh6-16/+16
2022-09-21t: convert egrep usage to "grep -E"Đoàn Trần Công Danh11-29/+29
2022-09-21t: remove \{m,n\} from BRE grep usageĐoàn Trần Công Danh5-8/+8
2022-09-21midx.c: avoid cruft packs with non-zero `repack --batch-size`Taylor Blau1-0/+41
2022-09-21midx.c: avoid cruft packs with `repack --batch-size=0`Taylor Blau1-0/+23
2022-09-21midx.c: prevent `expire` from removing the cruft packTaylor Blau1-0/+30
2022-09-19Merge branch 'ad/t1800-cygwin'Junio C Hamano1-3/+3
2022-09-19Merge branch 'vd/scalar-to-main'Junio C Hamano6-1/+419
2022-09-19Merge branch 'es/chainlint'Junio C Hamano72-448/+1478
2022-09-19Merge branch 'sy/mv-out-of-cone'Junio C Hamano1-1/+225
2022-09-19diagnose.c: refactor to safely use 'd_type'Victoria Dye1-0/+12
2022-09-16help: fix doubled words in explanation for developer interfacesFangyi Zhou1-1/+1
2022-09-15Merge branch 'jk/proto-v2-ref-prefix-fix'Junio C Hamano1-0/+17
2022-09-15Merge branch 'en/remerge-diff-fixes'Junio C Hamano1-1/+29
2022-09-15t1800: correct test to handle CygwinAdam Dinwoodie1-3/+3
2022-09-14diff.c: use utf8_strwidth() to count display widthTorsten Bögershausen1-7/+7