summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/t9800-fix-use-of-show-s-raw'Junio C Hamano2023-05-151-1/+1
|\
| * t9800: correct misuse of 'show -s --raw' in a testJunio C Hamano2023-05-061-1/+1
* | Merge branch 'jc/dirstat-plug-leaks'Junio C Hamano2023-05-151-0/+2
|\ \
| * | diff: plug leaks in dirstatJunio C Hamano2023-05-051-0/+2
| |/
* | Merge branch 'ds/fsck-bitmap'Junio C Hamano2023-05-151-0/+44
|\ \
| * | fsck: verify checksums of all .bitmap filesDerrick Stolee2023-05-021-0/+44
* | | Merge branch 'ar/config-count-tests-updates'Junio C Hamano2023-05-151-11/+22
|\ \ \
| * | | t1300: add tests for missing keysAndrei Rybak2023-04-241-0/+17
| * | | t1300: check stderr for "ignores pairs" testsAndrei Rybak2023-04-241-4/+5
| * | | t1300: drop duplicate testAndrei Rybak2023-04-241-7/+0
* | | | Merge branch 'gc/trace-bare-repo-setup'Junio C Hamano2023-05-151-7/+25
|\ \ \ \
| * | | | setup: trace bare repository setupsGlen Choo2023-05-011-7/+25
| | |/ / | |/| |
* | | | Merge branch 'mc/send-email-header-cmd'Junio C Hamano2023-05-151-2/+69
|\ \ \ \
| * | | | send-email: detect empty blank lines in command outputMaxim Cournoyer2023-05-011-0/+17
| * | | | send-email: add --header-cmd, --no-header-cmd optionsMaxim Cournoyer2023-05-011-2/+52
| |/ / /
* | | | Merge branch 'rj/branch-unborn-in-other-worktrees'Junio C Hamano2023-05-152-0/+47
|\ \ \ \
| * | | | branch: rename orphan branches in any worktreeRubén Justo2023-03-271-0/+14
| * | | | branch: description for orphan branch errorsRubén Justo2023-03-271-0/+18
| * | | | branch: test for failures while renaming branchesRubén Justo2023-03-271-0/+15
| | |/ / | |/| |
* | | | Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano2023-05-103-0/+49
|\ \ \ \
| * | | | credential: new attribute oauth_refresh_tokenM Hickford2023-04-213-0/+49
| |/ / /
* | | | Merge branch 'ar/test-cleanup-unused-file-creation-part2'Junio C Hamano2023-05-105-15/+12
|\ \ \ \
| * | | | t2019: don't create unused filesAndrei Rybak2023-05-031-2/+2
| * | | | t1502: don't create unused filesAndrei Rybak2023-05-031-3/+3
| * | | | t1450: don't create unused filesAndrei Rybak2023-05-031-4/+1
| * | | | t1300: don't create unused filesAndrei Rybak2023-05-031-3/+3
| * | | | t1300: fix config file syntax error descriptionsAndrei Rybak2023-05-031-2/+2
| * | | | t0300: don't create unused fileAndrei Rybak2023-05-031-1/+1
| |/ / /
* | | | Merge branch 'ms/send-email-feed-header-to-validate-hook'Junio C Hamano2023-05-101-2/+25
|\ \ \ \
| * | | | send-email: expose header information to git-send-email's sendemail-validate ...Michael Strawbridge2023-04-191-2/+25
* | | | | Merge branch 'tb/credential-long-lines'Junio C Hamano2023-05-101-0/+29
|\ \ \ \ \
| * | | | | t/lib-credential.sh: ensure credential helpers handle long headersTaylor Blau2023-05-011-0/+29
| | |_|/ / | |/| | |
* | | | | Merge branch 'rs/test-ctype-eof'Junio C Hamano2023-05-101-0/+2
|\ \ \ \ \
| * | | | | test-ctype: check EOFRené Scharfe2023-05-021-0/+2
* | | | | | Merge branch 'ob/t3501-retitle'Junio C Hamano2023-05-091-9/+9
|\ \ \ \ \ \
| * | | | | | t/t3501-revert-cherry-pick.sh: clarify scope of the fileOswald Buddenhagen2023-05-011-9/+9
| |/ / / / /
* | | | | | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-0925-7/+28
|\ \ \ \ \ \
| * | | | | | reftable: ensure git-compat-util.h is the first (indirect) includeElijah Newren2023-04-241-0/+1
| * | | | | | treewide: remove cache.h inclusion due to previous changesElijah Newren2023-04-247-7/+0
| * | | | | | hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-2418-0/+20
| * | | | | | match-trees.h: move declarations for match-trees.c functions from cache.hElijah Newren2023-04-241-0/+1
| * | | | | | packfile.h: move pack_window and pack_entry from cache.hElijah Newren2023-04-241-0/+1
| * | | | | | treewide: be explicit about dependence on strbuf.hElijah Newren2023-04-245-0/+5
* | | | | | | Merge branch 'jk/parse-commit-with-malformed-ident'Junio C Hamano2023-05-091-2/+49
|\ \ \ \ \ \ \
| * | | | | | | parse_commit(): handle broken whitespace-only timestampJeff King2023-04-271-0/+41
| * | | | | | | parse_commit(): parse timestamp from end of lineJeff King2023-04-271-1/+6
| * | | | | | | t4212: avoid putting git on left-hand side of pipeJeff King2023-04-271-2/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'tb/ban-strtok'Junio C Hamano2023-05-025-43/+130
|\ \ \ \ \ \ \
| * | | | | | | t/helper/test-json-writer.c: avoid using `strtok()`Taylor Blau2023-04-241-28/+48
| * | | | | | | t/helper/test-oidmap.c: avoid using `strtok()`Taylor Blau2023-04-241-6/+14