aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4014-format-patch.sh
AgeCommit message (Expand)AuthorFilesLines
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-23format-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)]Junio C Hamano1-0/+9
2024-04-23format-patch: allow --rfc to optionally take a value, like --rfc=WIPJunio C Hamano1-2/+19
2024-04-19format-patch: ensure that --rfc and -k are mutually exclusiveDragan Simic1-0/+21
2023-11-10format-patch: fix ignored encode_email_headers for cover letterSimon Ser1-0/+10
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-6/+6
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-6/+6
2023-09-07Merge branch 'dd/format-patch-rfc-updates'Junio C Hamano1-1/+21
2023-08-31format-patch: --rfc honors what --subject-prefix setsDrew DeVault1-1/+21
2023-08-21format-patch: add --description-file optionOswald Buddenhagen1-0/+14
2023-04-21Merge branch 'ah/format-patch-thread-doc'Junio C Hamano1-0/+5
2023-04-11Merge branch 'jc/spell-id-in-both-caps-in-message-id'Junio C Hamano1-28/+28
2023-04-03format-patch: correct documentation of --thread without an argumentAlex Henrie1-0/+5
2023-04-03e-mail workflow: Message-ID is spelled with ID in both capital lettersJunio C Hamano1-28/+28
2023-03-21Merge branch 'jk/format-patch-ignore-noprefix'Junio C Hamano1-0/+16
2023-03-09format-patch: add format.noprefix optionJeff King1-0/+11
2023-03-09format-patch: do not respect diff.noprefixJeff King1-0/+5
2023-03-03format-patch: output header for empty commitsJohn Keeping1-0/+10
2023-02-17format.attach: allow empty value to disable multi-part messagesJunio C Hamano1-0/+18
2022-12-25format-patch: support format.mboxrd with --stdoutEric Wong1-2/+4
2022-09-21t: convert egrep usage to "grep -E"Đoàn Trần Công Danh1-4/+4
2022-08-29format-patch: learn format.forceInBodyFrom configuration variableJunio C Hamano1-0/+24
2022-08-29format-patch: allow forcing the use of in-body From: headerJunio C Hamano1-0/+13
2022-04-302.36 format-patch regression fixRené Scharfe1-2/+31
2021-12-13t4000-t4999: detect and signal failure within loopEric Sunshine1-3/+3
2021-12-13tests: use test_write_lines() to generate line-oriented outputEric Sunshine1-13/+13
2021-03-23format-patch: allow a non-integral version numbersZheNing Hu1-0/+34
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-3/+3
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-88/+91
2020-11-21Merge branch 'jc/format-patch-name-max'Junio C Hamano1-0/+54
2020-11-19t4*: adjust the references to the default branch name "main"Johannes Schindelin1-89/+89
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-11-09format-patch: make output filename configurableJunio C Hamano1-0/+54
2020-11-04format-patch: support --output optionJeff King1-3/+23
2020-11-04format-patch: refactor output selectionJeff King1-0/+13
2020-10-01format-patch: teach format.useAutoBase "whenAble" optionJacob Keller1-0/+22
2020-06-25Merge branch 'pb/t4014-unslave'Junio C Hamano1-4/+4
2020-06-19t4014: do not use "slave branch" nomenclaturePaolo Bonzini1-4/+4
2020-05-24diff: add config option relativeLaurent Arnoud1-0/+13
2020-04-07format-patch: teach --no-encode-email-headersEmma Brooks1-0/+53
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano1-0/+32
2019-12-09format-patch: use --notes behavior for format.notesDenton Liu1-0/+32
2019-12-05format-patch: teach --no-baseDenton Liu1-0/+6
2019-12-05t4014: use test_config()Denton Liu1-5/+3
2019-11-10Merge branch 'dl/format-patch-cover-from-desc'Junio C Hamano1-0/+172
2019-10-24Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano1-5/+8
2019-10-23t4014: make output-directory tests self-containedBert Wesarg1-5/+8
2019-10-18Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano1-0/+23
2019-10-16format-patch: teach --cover-from-description optionDenton Liu1-0/+172
2019-10-12format-patch: create leading components of output directoryBert Wesarg1-0/+23
2019-10-09t4014: treat rev-list output as the expected valueDenton Liu1-2/+3
2019-09-05t4014: stop losing return codes of git commandsDenton Liu1-77/+120
2019-09-05t4014: remove confusing pipe in check_threading()Denton Liu1-3/+2
2019-09-05t4014: use test_line_count() where possibleDenton Liu1-16/+19
2019-09-05t4014: let sed open its own filesDenton Liu1-14/+14
2019-09-05t4014: drop redirections to /dev/nullDenton Liu1-6/+6
2019-09-05t4014: use indentable here-docsDenton Liu1-184/+184
2019-09-05t4014: remove spaces after redirect operatorsDenton Liu1-31/+31
2019-09-05t4014: use sq for test case namesDenton Liu1-5/+5
2019-09-05t4014: move closing sq onto its own lineDenton Liu1-2/+4
2019-09-05t4014: s/expected/expect/Denton Liu1-53/+53
2019-08-21t4014: drop unnecessary blank lines from test casesDenton Liu1-47/+0
2019-06-13Merge branch 'dl/format-patch-notes-config'Junio C Hamano1-0/+70
2019-05-17format-patch: teach format.notes config optionDenton Liu1-0/+70
2019-05-08format-patch: make --base patch-id output stableStephen Boyd1-4/+4
2019-05-08format-patch: inform user that patch-id generation is unstableStephen Boyd1-5/+31
2019-02-22format-patch: notice failure to open cover letter for writingJunio C Hamano1-0/+6
2018-07-23format-patch: allow --interdiff to apply to a lone-patchEric Sunshine1-0/+12
2018-07-23format-patch: teach --interdiff to respect -v/--reroll-countEric Sunshine1-0/+5
2018-07-23format-patch: add --interdiff option to embed diff in cover letterEric Sunshine1-0/+17
2018-07-18Merge branch 'xy/format-patch-prereq-patch-id-fix'Junio C Hamano1-2/+4
2018-06-19format-patch: clear UNINTERESTING flag before prepare_basesXiaolong Ye1-2/+4
2018-05-30Merge branch 'bc/hash-independent-tests'Junio C Hamano1-5/+8
2018-05-21t4014: abstract away SHA-1-specific constantsbrian m. carlson1-3/+6
2018-05-14t: switch $_x40 to $OID_REGEXbrian m. carlson1-1/+1
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson1-1/+1
2018-05-02format-patch: make cover letters always text/plainbrian m. carlson1-0/+9
2016-11-29sequencer: use trailer's trailer layoutJonathan Tan1-5/+32
2016-09-26Merge branch 'jt/format-patch-rfc'Junio C Hamano1-0/+9
2016-09-21format-patch: add "--rfc" for the common case of [RFC PATCH]Josh Triplett1-0/+9
2016-09-15format-patch: show base info before email signatureJosh Triplett1-6/+27
2016-08-10Merge branch 'jt/format-patch-from-config'Junio C Hamano1-0/+40
2016-08-01format-patch: format.from gives the default for --fromJosh Triplett1-0/+40
2016-07-06Merge branch 'ew/mboxrd-format-am'Junio C Hamano1-0/+41
2016-06-10Merge branch 'jk/shell-portability'Junio C Hamano1-1/+1
2016-06-06pretty: support "mboxrd" output formatEric Wong1-0/+41
2016-06-01test-lib: add in-shell "env" replacementJeff King1-1/+1
2016-05-23Merge branch 'xy/format-patch-base'Junio C Hamano1-0/+105
2016-04-26format-patch: introduce format.useAutoBase configurationXiaolong Ye1-0/+19
2016-04-26format-patch: introduce --base=auto optionXiaolong Ye1-0/+39
2016-04-26format-patch: add '--base' option to record base tree infoXiaolong Ye1-0/+47
2016-02-25diff: activate diff.renames by defaultMatthieu Moy1-2/+2
2016-01-13format-patch: introduce format.outputDirectory configurationAlexander Kuleshov1-0/+15
2015-12-15format-patch: check that header line has expected formatbrian m. carlson1-0/+7
2015-12-15format-patch: add an option to suppress commit hashbrian m. carlson1-0/+7
2015-06-24Merge branch 'jc/do-not-feed-tags-to-clear-commit-marks'Junio C Hamano1-0/+8
2015-06-01format-patch: do not feed tags to clear_commit_marks()Junio C Hamano1-0/+8
2015-03-20t: fix trivial &&-chain breakageJeff King1-1/+1
2014-06-16Merge branch 'jm/format-patch-mail-sig'Junio C Hamano1-0/+61
2014-06-03Merge branch 'ep/shell-command-substitution'Junio C Hamano1-5/+5
2014-05-27format-patch: add "--signature-file=<file>" optionJeremiah Mahler1-0/+61
2014-04-30t4014-format-patch.sh: use the $( ... ) construct for command substitutionElia Pinto1-5/+5
2014-03-19tests: use "env" to run commands with temporary env-var settingsDavid Tran1-11/+3
2013-10-29t: use perl instead of "$PERL_PATH" where applicableJeff King1-1/+1
2013-09-20format-patch: print in-body "From" only when neededJeff King1-0/+10
2013-07-03teach format-patch to place other authors into in-body "From"Jeff King1-0/+43
2013-04-18Merge branch 'fc/send-email-annotate'Junio C Hamano1-0/+33
2013-04-12Sync with 'maint'Junio C Hamano1-3/+3
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini1-3/+3
2013-04-07format-patch: add format.coverLetter configuration variableFelipe Contreras1-0/+28
2013-04-07format-patch: improve head calculation for cover-letterFelipe Contreras1-0/+5
2013-04-03Merge branch 'ks/rfc2047-one-char-at-a-time' into maintJunio C Hamano1-13/+14
2013-04-01Merge branch 'bc/append-signed-off-by'Junio C Hamano1-0/+262
2013-03-25Merge branch 'ks/rfc2047-one-char-at-a-time'Junio C Hamano1-13/+14
2013-03-09format-patch: RFC 2047 says multi-octet character may not be splitKirill Smelkov1-13/+14
2013-02-12Unify appending signoff in format-patch, commit and sequencerBrandon Casey1-5/+26
2013-02-12t4014: more tests about appending s-o-b linesNguyễn Thái Ngọc Duy1-0/+241
2013-01-11Merge branch 'jc/format-patch-reroll'Junio C Hamano1-0/+16
2013-01-09Merge branch 'nd/maint-branch-desc-doc'Junio C Hamano1-0/+42
2013-01-03format-patch: give --reroll-count a short synonym -vJunio C Hamano1-0/+8
2013-01-03format-patch: pick up branch description when no ref is specifiedNguyễn Thái Ngọc Duy1-0/+7
2013-01-03format-patch: pick up correct branch name from symbolic refNguyễn Thái Ngọc Duy1-0/+14
2013-01-03t4014: a few more tests on cover letter using branch descriptionNguyễn Thái Ngọc Duy1-0/+21
2013-01-02format-patch: document and test --reroll-countJunio C Hamano1-0/+8
2013-01-02Merge branch 'jc/maint-test-portability'Junio C Hamano1-3/+3
2012-12-19t4014: fix arguments to grepJunio C Hamano1-3/+3
2012-11-15Merge branch 'jc/prettier-pretty-note'Junio C Hamano1-2/+13
2012-10-18format-patch tests: check quoting/encoding in To: and Cc: headersJan H. Schönherr1-32/+66
2012-10-18format-patch: fix rfc2047 address encoding with respect to rfc822 specialsJan H. Schönherr1-1/+1
2012-10-18format-patch: make rfc2047 encoding more strictJan H. Schönherr1-4/+11
2012-10-18format-patch: do not wrap rfc2047 encoded headers too lateJan H. Schönherr1-23/+35
2012-10-18format-patch: do not wrap non-rfc2047 headers too earlyJan H. Schönherr1-26/+34
2012-10-17format-patch --notes: show notes after three-dashesJunio C Hamano1-2/+5
2012-10-17format-patch: append --signature after notesJunio C Hamano1-2/+10
2012-06-24tests: enclose $PERL_PATH in double quotesJunio C Hamano1-1/+1
2012-06-12t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn1-1/+1
2012-03-13diffstat summary line varies by locale: miscellanyJonathan Nieder1-6/+3
2012-02-03Use correct grammar in diffstat summary lineNguyễn Thái Ngọc Duy1-1/+1
2011-09-19Merge branch 'ph/format-patch-no-color'Junio C Hamano1-4/+4
2011-09-19t4014: clean up format.thread config after each testJeff King1-4/+4
2011-09-14Merge branch 'ph/format-patch-no-color'Junio C Hamano1-0/+8
2011-09-12format-patch: ignore ui.colorPang Yan Han1-0/+8
2011-08-29t4014: "no-add-headers" is actually called "no-add-header"Thomas Rast1-2/+2
2011-08-29t4014: invoke format-patch with --stdout where intendedThomas Rast1-2/+2
2011-08-29t4014: check for empty files from git format-patch --stdoutThomas Rast1-2/+19
2011-05-30format-patch: make zero-length subject prefixes prettierJeff King1-0/+18
2011-05-06Merge branch 'jk/format-patch-quote-special-in-from'Junio C Hamano1-0/+43
2011-05-04Merge branch 'jk/format-patch-multiline-header'Junio C Hamano1-0/+15
2011-04-26pretty: quote rfc822 specials in email addressesJeff King1-0/+42
2011-04-14format-patch: wrap email addresses after long namesJeff King1-0/+15
2011-04-13i18n: use test_i18ncmp and test_i18ngrep in t3700, t4001 and t4014Junio C Hamano1-4/+4
2011-04-01Merge branch 'ab/i18n-st'Junio C Hamano1-1/+1
2011-03-09i18n: git-log "--OPT does not make sense" messagesÆvar Arnfjörð Bjarmason1-1/+1
2011-02-23format-patch: wrap long header linesJeff King1-0/+84
2010-11-23format-patch: page output with --stdoutTay Ray Chuan1-0/+23
2010-09-29Merge branch 'rr/format-patch-count-without-merges'Junio C Hamano1-0/+21
2010-08-27format-patch: Don't go over merge commitsRamkumar Ramachandra1-0/+16
2010-08-27t4014-format-patch: Call test_tick before committingRamkumar Ramachandra1-0/+5
2010-06-16format-patch: Add a signature option (--signature)Stephen Boyd1-0/+52
2010-03-29Merge branch 'maint'Junio C Hamano1-0/+4
2010-03-29format-patch: Squelch 'fatal: Not a range." errorKevin Ballard1-0/+4
2010-03-08format-patch: add --no-cc, --no-to, and --no-add-headersStephen Boyd1-0/+38
2010-03-06Add 'git format-patch --to=' option and 'format.to' configuration variable.Steven Drake1-0/+14
2010-01-26fix portability issues with $ in double quotesStephen Boyd1-22/+22
2009-11-30Merge branch 'fc/maint-format-patch-pathspec-dashes'Junio C Hamano1-0/+5
2009-11-26format-patch: add test for parsing of "--"Felipe Contreras1-0/+5
2009-11-23t4014-format-patch: do not assume 'test' is available as non-builtinJohannes Sixt1-4/+2
2009-11-10format-patch: Always generate a patchBjörn Gustavsson1-0/+18
2009-11-08format-patch: make "-p" suppress diffstatJeff King1-0/+21
2009-08-09tests: provide $TRASH_DIRECTORY variableJeff King1-2/+1
2009-05-16tests: Add tests for missing format-patch long optionsStephen Boyd1-0/+11
2009-03-27format-patch: add arbitrary email headersMichael Hendricks1-0/+15
2009-03-19test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt1-3/+1
2009-02-21format-patch: support deep threadingThomas Rast1-0/+120
2009-02-21format-patch: thread as reply to cover letter even with in-reply-toThomas Rast1-3/+6
2009-02-19format-patch: threading test reactivationThomas Rast1-39/+103
2009-01-21Merge branch 'jc/maint-format-patch-o-relative'Junio C Hamano1-1/+51
2009-01-12Teach format-patch to handle output directory relative to cwdJunio C Hamano1-1/+51
2008-08-26format-patch: use default diff format even with patch optionsJeff King1-0/+25
2008-06-14fix whitespace violations in test scriptsJeff King1-3/+3
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano1-1/+1
2008-03-02format-patch: wrap cover-letter's shortlog sensiblyJohannes Schindelin1-0/+19
2008-03-02format-patch: use the diff options for the cover letter, tooJohannes Schindelin1-4/+14
2008-02-23t4014: Replace sed's non-standard 'Q' by standard 'q'Steffen Prohaska1-4/+4
2008-02-19Support a --cc=<email> option in format-patchDaniel Barkalow1-0/+8
2008-02-19Combine To: and Cc: headersDaniel Barkalow1-1/+1
2008-02-19Fix format.headers not ending with a newlineDaniel Barkalow1-1/+1
2008-02-19Add tests for extra headers in format-patchDaniel Barkalow1-0/+34
2008-02-19Add a --cover-letter option to format-patchDaniel Barkalow1-0/+26
2008-02-19Add more tests for format-patchDaniel Barkalow1-0/+45
2007-09-18t/t4014: test "am -3" with mode-only change.Junio C Hamano1-2/+5
2007-05-26Add tests for the last two fixes.Junio C Hamano1-3/+22
2006-06-28t4014: fix test commit labels.Junio C Hamano1-3/+3
2006-06-27t4014: fix for whitespace from "wc -l"Johannes Schindelin1-4/+4
2006-06-26t4014: add format-patch --ignore-if-in-upstream testJunio C Hamano1-0/+69