summaryrefslogtreecommitdiff
path: root/t/t4014-format-patch.sh
AgeCommit message (Expand)Author
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano
2019-12-09format-patch: use --notes behavior for format.notesDenton Liu
2019-12-05format-patch: teach --no-baseDenton Liu
2019-12-05t4014: use test_config()Denton Liu
2019-11-10Merge branch 'dl/format-patch-cover-from-desc'Junio C Hamano
2019-10-24Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano
2019-10-23t4014: make output-directory tests self-containedBert Wesarg
2019-10-18Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano
2019-10-16format-patch: teach --cover-from-description optionDenton Liu
2019-10-12format-patch: create leading components of output directoryBert Wesarg
2019-10-09t4014: treat rev-list output as the expected valueDenton Liu
2019-09-05t4014: stop losing return codes of git commandsDenton Liu
2019-09-05t4014: remove confusing pipe in check_threading()Denton Liu
2019-09-05t4014: use test_line_count() where possibleDenton Liu
2019-09-05t4014: let sed open its own filesDenton Liu
2019-09-05t4014: drop redirections to /dev/nullDenton Liu
2019-09-05t4014: use indentable here-docsDenton Liu
2019-09-05t4014: remove spaces after redirect operatorsDenton Liu
2019-09-05t4014: use sq for test case namesDenton Liu
2019-09-05t4014: move closing sq onto its own lineDenton Liu
2019-09-05t4014: s/expected/expect/Denton Liu
2019-08-21t4014: drop unnecessary blank lines from test casesDenton Liu
2019-06-13Merge branch 'dl/format-patch-notes-config'Junio C Hamano
2019-05-17format-patch: teach format.notes config optionDenton Liu
2019-05-08format-patch: make --base patch-id output stableStephen Boyd
2019-05-08format-patch: inform user that patch-id generation is unstableStephen Boyd
2019-02-22format-patch: notice failure to open cover letter for writingJunio C Hamano
2018-07-23format-patch: allow --interdiff to apply to a lone-patchEric Sunshine
2018-07-23format-patch: teach --interdiff to respect -v/--reroll-countEric Sunshine
2018-07-23format-patch: add --interdiff option to embed diff in cover letterEric Sunshine
2018-07-18Merge branch 'xy/format-patch-prereq-patch-id-fix'Junio C Hamano
2018-06-19format-patch: clear UNINTERESTING flag before prepare_basesXiaolong Ye
2018-05-30Merge branch 'bc/hash-independent-tests'Junio C Hamano
2018-05-21t4014: abstract away SHA-1-specific constantsbrian m. carlson
2018-05-14t: switch $_x40 to $OID_REGEXbrian m. carlson
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson
2018-05-02format-patch: make cover letters always text/plainbrian m. carlson
2016-11-29sequencer: use trailer's trailer layoutJonathan Tan
2016-09-26Merge branch 'jt/format-patch-rfc'Junio C Hamano
2016-09-21format-patch: add "--rfc" for the common case of [RFC PATCH]Josh Triplett
2016-09-15format-patch: show base info before email signatureJosh Triplett
2016-08-10Merge branch 'jt/format-patch-from-config'Junio C Hamano
2016-08-01format-patch: format.from gives the default for --fromJosh Triplett
2016-07-06Merge branch 'ew/mboxrd-format-am'Junio C Hamano
2016-06-10Merge branch 'jk/shell-portability'Junio C Hamano
2016-06-06pretty: support "mboxrd" output formatEric Wong
2016-06-01test-lib: add in-shell "env" replacementJeff King
2016-05-23Merge branch 'xy/format-patch-base'Junio C Hamano
2016-04-26format-patch: introduce format.useAutoBase configurationXiaolong Ye
2016-04-26format-patch: introduce --base=auto optionXiaolong Ye