summaryrefslogtreecommitdiffstats
path: root/t/t4014-format-patch.sh
AgeCommit message (Expand)AuthorLines
2023-04-21Merge branch 'ah/format-patch-thread-doc'Junio C Hamano-0/+5
2023-04-11Merge branch 'jc/spell-id-in-both-caps-in-message-id'Junio C Hamano-28/+28
2023-04-03format-patch: correct documentation of --thread without an argumentAlex Henrie-0/+5
2023-04-03e-mail workflow: Message-ID is spelled with ID in both capital lettersJunio C Hamano-28/+28
2023-03-21Merge branch 'jk/format-patch-ignore-noprefix'Junio C Hamano-0/+16
2023-03-09format-patch: add format.noprefix optionJeff King-0/+11
2023-03-09format-patch: do not respect diff.noprefixJeff King-0/+5
2023-03-03format-patch: output header for empty commitsJohn Keeping-0/+10
2023-02-17format.attach: allow empty value to disable multi-part messagesJunio C Hamano-0/+18
2022-12-25format-patch: support format.mboxrd with --stdoutEric Wong-2/+4
2022-09-21t: convert egrep usage to "grep -E"Đoàn Trần Công Danh-4/+4
2022-08-29format-patch: learn format.forceInBodyFrom configuration variableJunio C Hamano-0/+24
2022-08-29format-patch: allow forcing the use of in-body From: headerJunio C Hamano-0/+13
2022-04-302.36 format-patch regression fixRené Scharfe-2/+31
2021-12-13t4000-t4999: detect and signal failure within loopEric Sunshine-3/+3
2021-12-13tests: use test_write_lines() to generate line-oriented outputEric Sunshine-13/+13
2021-03-23format-patch: allow a non-integral version numbersZheNing Hu-0/+34
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason-3/+3
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano-88/+91
2020-11-21Merge branch 'jc/format-patch-name-max'Junio C Hamano-0/+54
2020-11-19t4*: adjust the references to the default branch name "main"Johannes Schindelin-89/+89
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin-0/+3
2020-11-09format-patch: make output filename configurableJunio C Hamano-0/+54
2020-11-04format-patch: support --output optionJeff King-3/+23
2020-11-04format-patch: refactor output selectionJeff King-0/+13
2020-10-01format-patch: teach format.useAutoBase "whenAble" optionJacob Keller-0/+22
2020-06-25Merge branch 'pb/t4014-unslave'Junio C Hamano-4/+4
2020-06-19t4014: do not use "slave branch" nomenclaturePaolo Bonzini-4/+4
2020-05-24diff: add config option relativeLaurent Arnoud-0/+13
2020-04-07format-patch: teach --no-encode-email-headersEmma Brooks-0/+53
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano-0/+32
2019-12-09format-patch: use --notes behavior for format.notesDenton Liu-0/+32
2019-12-05format-patch: teach --no-baseDenton Liu-0/+6
2019-12-05t4014: use test_config()Denton Liu-5/+3
2019-11-10Merge branch 'dl/format-patch-cover-from-desc'Junio C Hamano-0/+172
2019-10-24Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano-5/+8
2019-10-23t4014: make output-directory tests self-containedBert Wesarg-5/+8
2019-10-18Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano-0/+23
2019-10-16format-patch: teach --cover-from-description optionDenton Liu-0/+172
2019-10-12format-patch: create leading components of output directoryBert Wesarg-0/+23
2019-10-09t4014: treat rev-list output as the expected valueDenton Liu-2/+3
2019-09-05t4014: stop losing return codes of git commandsDenton Liu-77/+120
2019-09-05t4014: remove confusing pipe in check_threading()Denton Liu-3/+2
2019-09-05t4014: use test_line_count() where possibleDenton Liu-16/+19
2019-09-05t4014: let sed open its own filesDenton Liu-14/+14
2019-09-05t4014: drop redirections to /dev/nullDenton Liu-6/+6
2019-09-05t4014: use indentable here-docsDenton Liu-184/+184
2019-09-05t4014: remove spaces after redirect operatorsDenton Liu-31/+31
2019-09-05t4014: use sq for test case namesDenton Liu-5/+5
2019-09-05t4014: move closing sq onto its own lineDenton Liu-2/+4