summaryrefslogtreecommitdiff
path: root/t/t4014-format-patch.sh
AgeCommit message (Expand)AuthorFilesLines
2021-02-10tests: remove most uses of test_i18ncmpLibravatar Ævar Arnfjörð Bjarmason1-3/+3
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Libravatar Junio C Hamano1-88/+91
2020-11-21Merge branch 'jc/format-patch-name-max'Libravatar Junio C Hamano1-0/+54
2020-11-19t4*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-89/+89
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Libravatar Johannes Schindelin1-0/+3
2020-11-09format-patch: make output filename configurableLibravatar Junio C Hamano1-0/+54
2020-11-04format-patch: support --output optionLibravatar Jeff King1-3/+23
2020-11-04format-patch: refactor output selectionLibravatar Jeff King1-0/+13
2020-10-01format-patch: teach format.useAutoBase "whenAble" optionLibravatar Jacob Keller1-0/+22
2020-06-25Merge branch 'pb/t4014-unslave'Libravatar Junio C Hamano1-4/+4
2020-06-19t4014: do not use "slave branch" nomenclatureLibravatar Paolo Bonzini1-4/+4
2020-05-24diff: add config option relativeLibravatar Laurent Arnoud1-0/+13
2020-04-07format-patch: teach --no-encode-email-headersLibravatar Emma Brooks1-0/+53
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Libravatar Junio C Hamano1-0/+32
2019-12-09format-patch: use --notes behavior for format.notesLibravatar Denton Liu1-0/+32
2019-12-05format-patch: teach --no-baseLibravatar Denton Liu1-0/+6
2019-12-05t4014: use test_config()Libravatar Denton Liu1-5/+3
2019-11-10Merge branch 'dl/format-patch-cover-from-desc'Libravatar Junio C Hamano1-0/+172
2019-10-24Merge branch 'bw/format-patch-o-create-leading-dirs'Libravatar Junio C Hamano1-5/+8
2019-10-23t4014: make output-directory tests self-containedLibravatar Bert Wesarg1-5/+8
2019-10-18Merge branch 'bw/format-patch-o-create-leading-dirs'Libravatar Junio C Hamano1-0/+23
2019-10-16format-patch: teach --cover-from-description optionLibravatar Denton Liu1-0/+172
2019-10-12format-patch: create leading components of output directoryLibravatar Bert Wesarg1-0/+23
2019-10-09t4014: treat rev-list output as the expected valueLibravatar Denton Liu1-2/+3
2019-09-05t4014: stop losing return codes of git commandsLibravatar Denton Liu1-77/+120
2019-09-05t4014: remove confusing pipe in check_threading()Libravatar Denton Liu1-3/+2
2019-09-05t4014: use test_line_count() where possibleLibravatar Denton Liu1-16/+19
2019-09-05t4014: let sed open its own filesLibravatar Denton Liu1-14/+14
2019-09-05t4014: drop redirections to /dev/nullLibravatar Denton Liu1-6/+6
2019-09-05t4014: use indentable here-docsLibravatar Denton Liu1-184/+184
2019-09-05t4014: remove spaces after redirect operatorsLibravatar Denton Liu1-31/+31
2019-09-05t4014: use sq for test case namesLibravatar Denton Liu1-5/+5
2019-09-05t4014: move closing sq onto its own lineLibravatar Denton Liu1-2/+4
2019-09-05t4014: s/expected/expect/Libravatar Denton Liu1-53/+53
2019-08-21t4014: drop unnecessary blank lines from test casesLibravatar Denton Liu1-47/+0
2019-06-13Merge branch 'dl/format-patch-notes-config'Libravatar Junio C Hamano1-0/+70
2019-05-17format-patch: teach format.notes config optionLibravatar Denton Liu1-0/+70
2019-05-08format-patch: make --base patch-id output stableLibravatar Stephen Boyd1-4/+4
2019-05-08format-patch: inform user that patch-id generation is unstableLibravatar Stephen Boyd1-5/+31
2019-02-22format-patch: notice failure to open cover letter for writingLibravatar Junio C Hamano1-0/+6
2018-07-23format-patch: allow --interdiff to apply to a lone-patchLibravatar Eric Sunshine1-0/+12
2018-07-23format-patch: teach --interdiff to respect -v/--reroll-countLibravatar Eric Sunshine1-0/+5
2018-07-23format-patch: add --interdiff option to embed diff in cover letterLibravatar Eric Sunshine1-0/+17
2018-07-18Merge branch 'xy/format-patch-prereq-patch-id-fix'Libravatar Junio C Hamano1-2/+4
2018-06-19format-patch: clear UNINTERESTING flag before prepare_basesLibravatar Xiaolong Ye1-2/+4
2018-05-30Merge branch 'bc/hash-independent-tests'Libravatar Junio C Hamano1-5/+8
2018-05-21t4014: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-3/+6
2018-05-14t: switch $_x40 to $OID_REGEXLibravatar brian m. carlson1-1/+1
2018-05-14t: switch $_z40 to $ZERO_OIDLibravatar brian m. carlson1-1/+1
2018-05-02format-patch: make cover letters always text/plainLibravatar brian m. carlson1-0/+9