summaryrefslogtreecommitdiff
path: root/t/t4014-format-patch.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ah/format-patch-thread-doc'Junio C Hamano2023-04-211-0/+5
|\
| * format-patch: correct documentation of --thread without an argumentAlex Henrie2023-04-031-0/+5
* | Merge branch 'jc/spell-id-in-both-caps-in-message-id'Junio C Hamano2023-04-111-28/+28
|\ \ | |/ |/|
| * e-mail workflow: Message-ID is spelled with ID in both capital lettersJunio C Hamano2023-04-031-28/+28
* | Merge branch 'jk/format-patch-ignore-noprefix'Junio C Hamano2023-03-211-0/+16
|\ \
| * | format-patch: add format.noprefix optionJeff King2023-03-091-0/+11
| * | format-patch: do not respect diff.noprefixJeff King2023-03-091-0/+5
* | | format-patch: output header for empty commitsJohn Keeping2023-03-031-0/+10
|/ /
* | format.attach: allow empty value to disable multi-part messagesJunio C Hamano2023-02-171-0/+18
* | format-patch: support format.mboxrd with --stdoutEric Wong2022-12-251-2/+4
|/
* t: convert egrep usage to "grep -E"Đoàn Trần Công Danh2022-09-211-4/+4
* format-patch: learn format.forceInBodyFrom configuration variableJunio C Hamano2022-08-291-0/+24
* format-patch: allow forcing the use of in-body From: headerJunio C Hamano2022-08-291-0/+13
* 2.36 format-patch regression fixRené Scharfe2022-04-301-2/+31
* t4000-t4999: detect and signal failure within loopEric Sunshine2021-12-131-3/+3
* tests: use test_write_lines() to generate line-oriented outputEric Sunshine2021-12-131-13/+13
* format-patch: allow a non-integral version numbersZheNing Hu2021-03-231-0/+34
* tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-3/+3
* Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano2021-01-251-88/+91
|\
| * t4*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-89/+89
| * tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* | Merge branch 'jc/format-patch-name-max'Junio C Hamano2020-11-211-0/+54
|\ \ | |/ |/|
| * format-patch: make output filename configurableJunio C Hamano2020-11-091-0/+54
* | format-patch: support --output optionJeff King2020-11-041-3/+23
* | format-patch: refactor output selectionJeff King2020-11-041-0/+13
|/
* format-patch: teach format.useAutoBase "whenAble" optionJacob Keller2020-10-011-0/+22
* Merge branch 'pb/t4014-unslave'Junio C Hamano2020-06-251-4/+4
|\
| * t4014: do not use "slave branch" nomenclaturePaolo Bonzini2020-06-191-4/+4
* | diff: add config option relativeLaurent Arnoud2020-05-241-0/+13
* | format-patch: teach --no-encode-email-headersEmma Brooks2020-04-071-0/+53
|/
* Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano2019-12-251-0/+32
|\
| * format-patch: use --notes behavior for format.notesDenton Liu2019-12-091-0/+32
* | format-patch: teach --no-baseDenton Liu2019-12-051-0/+6
* | t4014: use test_config()Denton Liu2019-12-051-5/+3
* | Merge branch 'dl/format-patch-cover-from-desc'Junio C Hamano2019-11-101-0/+172
|\ \
| * | format-patch: teach --cover-from-description optionDenton Liu2019-10-161-0/+172
* | | Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano2019-10-241-5/+8
|\ \ \
| * | | t4014: make output-directory tests self-containedBert Wesarg2019-10-231-5/+8
* | | | Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano2019-10-181-0/+23
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | format-patch: create leading components of output directoryBert Wesarg2019-10-121-0/+23
* | | t4014: treat rev-list output as the expected valueDenton Liu2019-10-091-2/+3
|/ /
* | t4014: stop losing return codes of git commandsDenton Liu2019-09-051-77/+120
* | t4014: remove confusing pipe in check_threading()Denton Liu2019-09-051-3/+2
* | t4014: use test_line_count() where possibleDenton Liu2019-09-051-16/+19
* | t4014: let sed open its own filesDenton Liu2019-09-051-14/+14
* | t4014: drop redirections to /dev/nullDenton Liu2019-09-051-6/+6
* | t4014: use indentable here-docsDenton Liu2019-09-051-184/+184
* | t4014: remove spaces after redirect operatorsDenton Liu2019-09-051-31/+31
* | t4014: use sq for test case namesDenton Liu2019-09-051-5/+5
* | t4014: move closing sq onto its own lineDenton Liu2019-09-051-2/+4