summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2024-05-06builtin/rev-parse: allow shortening to more than 40 hex charactersPatrick Steinhardt1-0/+6
2024-05-06remote-curl: fix parsing of detached SHA256 headsPatrick Steinhardt1-0/+15
2024-05-06attr: fix BUG() when parsing attrs outside of repoPatrick Steinhardt1-0/+15
2024-05-06parse-options-cb: only abbreviate hashes when hash algo is knownPatrick Steinhardt1-0/+17
2024-05-06Merge branch 'ps/the-index-is-no-more' into ps/undecided-is-not-necessarily-sha1Junio C Hamano8-52/+44
2024-05-06Merge branch 'jc/no-default-attr-tree-in-bare' into ps/undecided-is-not-neces...Junio C Hamano2-3/+10
2024-05-06t/Makefile: run unit tests alongside shell testsJeff King2-1/+19
2024-05-06unit tests: add rule for running with test-toolJosh Steadmon1-1/+9
2024-05-06test-tool run-command testsuite: support unit testsJosh Steadmon1-3/+14
2024-05-06test-tool run-command testsuite: remove hardcoded filterJosh Steadmon1-3/+1
2024-05-06test-tool run-command testsuite: get shell from envJosh Steadmon1-1/+8
2024-05-06t0080: turn t-basic unit test into a helperJosh Steadmon5-15/+18
2024-05-06builtin/config: display subcommand helpPatrick Steinhardt1-1/+0
2024-05-06builtin/config: introduce "edit" subcommandPatrick Steinhardt1-3/+3
2024-05-06builtin/config: introduce "remove-section" subcommandPatrick Steinhardt1-2/+2
2024-05-06builtin/config: introduce "rename-section" subcommandPatrick Steinhardt1-11/+11
2024-05-06builtin/config: introduce "unset" subcommandPatrick Steinhardt1-15/+29
2024-05-06builtin/config: introduce "set" subcommandPatrick Steinhardt1-49/+53
2024-05-06builtin/config: introduce "get" subcommandPatrick Steinhardt1-42/+89
2024-05-06builtin/config: introduce "list" subcommandPatrick Steinhardt1-45/+65
2024-05-06builtin/config: use `OPT_CMDMODE()` to specify modesPatrick Steinhardt1-0/+13
2024-05-06diff: fix --exit-code with external diffRené Scharfe1-0/+8
2024-05-06diff: report unmerged paths as changes in run_diff_cmd()René Scharfe1-0/+8
2024-05-06refs: return conflict error when checking packed refsIvan Tse1-0/+16
2024-05-03attr.c: move ATTR_MAX_FILE_SIZE check into read_attr_from_buf()Taylor Blau1-0/+10
2024-05-03advice: add --no-advice global optionJames Liu1-0/+68
2024-05-03stop using HEAD for attributes in bare repository by defaultJunio C Hamano2-3/+10
2024-05-02t/lib-chunk: work around broken "mv" on some vintage of macOSJunio C Hamano1-1/+2
2024-05-02trailer unit tests: inspect iterator contentsLinus Arver1-13/+148
2024-05-02trailer: teach iterator about non-trailer linesLinus Arver1-5/+11
2024-05-02trailer: add unit tests for trailer iteratorLinus Arver1-0/+174
2024-05-02color: add support for 12-bit RGB colorsBeat Bolli1-4/+6
2024-05-02t/t4026-color: add test coverage for invalid RGB colorsBeat Bolli1-0/+18
2024-05-02t/t4026-color: remove an extra double quote characterBeat Bolli1-1/+1
2024-04-30Merge branch 'js/for-each-repo-keep-going'Junio C Hamano2-3/+19
2024-04-30Merge branch 'aj/stash-staged-fix'Junio C Hamano1-0/+9
2024-04-30Merge branch 'jc/format-patch-rfc-more'Junio C Hamano1-1/+27
2024-04-30Merge branch 'ds/format-patch-rfc-and-k'Junio C Hamano1-0/+21
2024-04-30Merge branch 'xx/disable-replace-when-building-midx'Junio C Hamano1-0/+21
2024-04-30Merge branch 'pw/rebase-m-signoff-fix'Junio C Hamano2-15/+77
2024-04-30add-patch: response to unknown commandRubén Justo1-1/+15
2024-04-30add-patch: do not show UI messages on stderrRubén Justo1-6/+6
2024-04-29Sync with 2.44.1Johannes Schindelin13-2/+502
2024-04-26t4046: avoid continue in &&-chain for zshbrian m. carlson1-7/+9
2024-04-25Merge branch 'rj/add-i-leak-fix'Junio C Hamano10-0/+12
2024-04-25completion: add 'symbolic-ref'Roland Hieber1-0/+23
2024-04-24maintenance: running maintenance should not stop on errorsJohannes Schindelin1-3/+3
2024-04-24for-each-repo: optionally keep going on an errorJohannes Schindelin1-0/+16
2024-04-23Merge branch 'mr/rerere-crash-fix'Junio C Hamano1-0/+63
2024-04-23Merge branch 'ps/missing-btmp-fix'Junio C Hamano1-0/+17