summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano25-7/+28
2023-05-09Merge branch 'jk/parse-commit-with-malformed-ident'Junio C Hamano1-2/+49
2023-05-09diff-files: integrate with sparse indexShuqi Liang2-2/+27
2023-05-09t1092: add tests for `git diff-files`Shuqi Liang1-0/+39
2023-05-09test: rev-parse-upstream: add missing cmpFelipe Contreras1-1/+2
2023-05-08t: drop "verbose" helper functionJeff King12-66/+57
2023-05-08t7001: use "ls-files --format" instead of "cut"Jeff King1-2/+1
2023-05-08t7001: avoid git on upstream of pipeJeff King1-16/+22
2023-05-08t1092: update a write-tree testShuqi Liang1-4/+14
2023-05-08pack-bitmap.c: use commit boundary during bitmap traversalTaylor Blau2-0/+42
2023-05-06push: introduce '--branches' optionTeng Long3-3/+129
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai3-6/+55
2023-05-06t9800: correct misuse of 'show -s --raw' in a testJunio C Hamano1-1/+1
2023-05-05diff: fix interaction between the "-s" option and other optionsJunio C Hamano1-1/+33
2023-05-05diff: plug leaks in dirstatJunio C Hamano1-0/+2
2023-05-03t2019: don't create unused filesAndrei Rybak1-2/+2
2023-05-03t1502: don't create unused filesAndrei Rybak1-3/+3
2023-05-03t1450: don't create unused filesAndrei Rybak1-4/+1
2023-05-03t1300: don't create unused filesAndrei Rybak1-3/+3
2023-05-03t1300: fix config file syntax error descriptionsAndrei Rybak1-2/+2
2023-05-03t0300: don't create unused fileAndrei Rybak1-1/+1
2023-05-02Merge branch 'tb/ban-strtok'Junio C Hamano5-43/+130
2023-05-02Merge branch 'jk/blame-fake-commit-label'Junio C Hamano1-2/+9
2023-05-02test-ctype: check EOFRené Scharfe1-0/+2
2023-05-02fsck: verify checksums of all .bitmap filesDerrick Stolee1-0/+44
2023-05-01setup: trace bare repository setupsGlen Choo1-7/+25
2023-05-01t/lib-credential.sh: ensure credential helpers handle long headersTaylor Blau1-0/+29
2023-05-01send-email: detect empty blank lines in command outputMaxim Cournoyer1-0/+17
2023-05-01send-email: add --header-cmd, --no-header-cmd optionsMaxim Cournoyer1-2/+52
2023-05-01t/t3501-revert-cherry-pick.sh: clarify scope of the fileOswald Buddenhagen1-9/+9
2023-04-28Merge branch 'tb/enable-cruft-packs-by-default'Junio C Hamano4-89/+89
2023-04-28Merge branch 'jk/gpg-trust-level-fix'Junio C Hamano1-7/+14
2023-04-27Merge branch 'ds/fsck-pack-revindex'Junio C Hamano1-0/+74
2023-04-27Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano3-4/+17
2023-04-27parse_commit(): handle broken whitespace-only timestampJeff King1-0/+41
2023-04-27parse_commit(): parse timestamp from end of lineJeff King1-1/+6
2023-04-27t4212: avoid putting git on left-hand side of pipeJeff King1-2/+3
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano6-136/+434
2023-04-25Merge branch 'rj/send-email-validate-hook-count-messages'Junio C Hamano1-0/+31
2023-04-25Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano1-68/+88
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano9-4/+9
2023-04-24Sync with Git 2.40.1Junio C Hamano2-0/+45
2023-04-24t/helper/test-json-writer.c: avoid using `strtok()`Taylor Blau1-28/+48
2023-04-24t/helper/test-oidmap.c: avoid using `strtok()`Taylor Blau1-6/+14
2023-04-24t/helper/test-hashmap.c: avoid using `strtok()`Taylor Blau1-7/+15
2023-04-24string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau2-2/+53
2023-04-24blame: use different author name for fake commit generated by --contentsJacob Keller1-2/+9
2023-04-24t1300: add tests for missing keysAndrei Rybak1-0/+17
2023-04-24t1300: check stderr for "ignores pairs" testsAndrei Rybak1-4/+5
2023-04-24t1300: drop duplicate testAndrei Rybak1-7/+0