aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-format-patch.txt
AgeCommit message (Expand)AuthorFilesLines
13 daysformat-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)]Junio C Hamano1-0/+6
13 daysformat-patch: allow --rfc to optionally take a value, like --rfc=WIPJunio C Hamano1-5/+10
2023-12-26doc: enforce dashes in placeholdersJean-Noël Avila1-10/+10
2023-12-18Merge branch 'js/update-urls-in-doc-and-comment'Junio C Hamano1-2/+2
2023-11-26doc: update links to current pagesJosh Soref1-2/+2
2023-10-09documentation: fix subject/verb agreementElijah Newren1-1/+1
2023-09-07Merge branch 'dd/format-patch-rfc-updates'Junio C Hamano1-6/+12
2023-08-31format-patch: --rfc honors what --subject-prefix setsDrew DeVault1-6/+12
2023-08-21format-patch: add --description-file optionOswald Buddenhagen1-0/+4
2023-06-12docs: typofixesLinus Arver1-1/+1
2023-04-21Merge branch 'ah/format-patch-thread-doc'Junio C Hamano1-2/+1
2023-04-03format-patch: correct documentation of --thread without an argumentAlex Henrie1-2/+1
2023-04-03e-mail workflow: Message-ID is spelled with ID in both capital lettersJunio C Hamano1-2/+2
2022-08-29format-patch: learn format.forceInBodyFrom configuration variableJunio C Hamano1-0/+2
2022-08-29format-patch: allow forcing the use of in-body From: headerJunio C Hamano1-0/+9
2021-12-15doc: git-format-patch: describe the option --always徐沛文 (Aleen)1-1/+5
2021-10-23format-patch (doc): clarify --base=autoJunio C Hamano1-3/+3
2021-05-11Merge branch 'jk/doc-format-patch-skips-merges'Junio C Hamano1-1/+9
2021-05-03docs/format-patch: mention handling of mergesJeff King1-1/+9
2021-04-02Merge branch 'zh/format-patch-fractional-reroll-count'Junio C Hamano1-0/+5
2021-03-24format-patch: give an overview of what a "patch" message isJunio C Hamano1-2/+19
2021-03-23format-patch: allow a non-integral version numbersZheNing Hu1-0/+5
2020-11-21Merge branch 'jc/format-patch-name-max'Junio C Hamano1-0/+8
2020-11-09format-patch: make output filename configurableJunio C Hamano1-0/+8
2020-10-20Documentation: stylistically normalize references to Signed-off-by:Bradley M. Kuhn1-1/+1
2020-04-07format-patch: teach --no-encode-email-headersEmma Brooks1-0/+8
2019-12-05format-patch: teach --no-baseDenton Liu1-2/+3
2019-11-10Merge branch 'dl/format-patch-cover-from-desc'Junio C Hamano1-0/+22
2019-10-16format-patch: teach --cover-from-description optionDenton Liu1-0/+22
2019-10-12format-patch: create leading components of output directoryBert Wesarg1-1/+2
2019-09-05Doc: add more detail for git-format-patchDenton Liu1-10/+13
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano1-2/+2
2019-05-17format-patch: teach format.notes config optionDenton Liu1-0/+3
2019-05-13git-format-patch.txt: document --no-notes optionDenton Liu1-1/+3
2019-05-07doc: promote "git restore"Nguyễn Thái Ngọc Duy1-1/+1
2019-04-02doc: promote "git switch"Nguyễn Thái Ngọc Duy1-1/+1
2019-01-23doc: tidy asciidoc styleJean-Noël Avila1-7/+7
2018-11-30format-patch: do not let its diff-options affect --range-diffJunio C Hamano1-0/+5
2018-08-14format-patch: allow --range-diff to apply to a lone-patchEric Sunshine1-1/+2
2018-08-14format-patch: add --creation-factor tweak for --range-diffEric Sunshine1-1/+7
2018-08-14format-patch: extend --range-diff to accept revision rangeEric Sunshine1-3/+5
2018-08-14format-patch: add --range-diff option to embed diff in cover letterEric Sunshine1-0/+10
2018-07-23format-patch: allow --interdiff to apply to a lone-patchEric Sunshine1-1/+2
2018-07-23format-patch: add --interdiff option to embed diff in cover letterEric Sunshine1-0/+9
2018-04-18doc: convert \--option to --optionMartin Ågren1-1/+1
2017-08-14format-patch: have progress option while generating patchesKevin Willford1-0/+4
2017-04-23Merge branch 'xy/format-patch-base'Junio C Hamano1-1/+1
2017-04-17doc: trivial typo in git-format-patch.txtGiuseppe Bilotta1-1/+1
2017-03-20doc: change erroneous --[no]-whatever into --[no-]whateverÆvar Arnfjörð Bjarmason1-1/+1
2016-09-21format-patch: add "--rfc" for the common case of [RFC PATCH]Josh Triplett1-1/+7
2016-06-27Merge branch 'tr/doc-tt'Junio C Hamano1-3/+3
2016-06-08doc: change configuration variables formatTom Russello1-3/+3
2016-04-26format-patch: introduce --base=auto optionXiaolong Ye1-0/+6
2016-04-26format-patch: add '--base' option to record base tree infoXiaolong Ye1-0/+54
2016-01-26Merge branch 'ak/format-patch-odir-config'Junio C Hamano1-1/+5
2016-01-20Merge branch 'dw/signoff-doc'Junio C Hamano1-0/+1
2016-01-13format-patch: introduce format.outputDirectory configurationAlexander Kuleshov1-1/+5
2016-01-05Expand documentation describing --signoffDavid A. Wheeler1-0/+1
2015-12-15format-patch: add an option to suppress commit hashbrian m. carlson1-0/+4
2015-09-17Merge branch 'po/doc-branch-desc'Junio C Hamano1-1/+1
2015-09-14doc: show usage of branch descriptionPhilip Oakley1-1/+1
2015-06-24Merge branch 'fk/doc-format-patch-vn'Junio C Hamano1-1/+1
2015-06-10doc: format-patch: fix typoFrans Klaver1-1/+1
2015-03-13*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy1-2/+2
2014-05-27format-patch: add "--signature-file=<file>" optionJeremiah Mahler1-0/+4
2013-10-14format-patch doc: Thunderbird wraps lines unless mailnews.wraplength=0Ramsay Jones1-1/+2
2013-08-05log, format-patch: parsing uses OPT__QUIETStefan Beller1-0/+1
2013-07-03teach format-patch to place other authors into in-body "From"Jeff King1-0/+15
2013-04-07format-patch: add format.coverLetter configuration variableFelipe Contreras1-2/+3
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann1-5/+5
2013-01-11Merge branch 'jc/format-patch-reroll'Junio C Hamano1-1/+10
2013-01-03format-patch: give --reroll-count a short synonym -vJunio C Hamano1-1/+2
2013-01-02format-patch: document and test --reroll-countJunio C Hamano1-1/+9
2012-10-26Doc format-patch: clarify --notes use casePhilip Oakley1-7/+6
2012-10-19Documentation: decribe format-patch --notesJunio C Hamano1-1/+14
2012-09-13Documentation: describe subject more preciselyJeremy White1-4/+7
2012-04-26docs: stop using asciidoc no-inline-literalJeff King1-2/+2
2011-08-29Document negated forms of format-patch --to --cc --add-headersThomas Rast1-1/+8
2011-05-04Merge branch 'jn/format-patch-doc'Junio C Hamano1-0/+169
2011-05-04Merge branch 'jn/maint-format-patch-doc'Junio C Hamano1-0/+58
2011-04-19Documentation/format-patch: suggest Toggle Word Wrap add-on for ThunderbirdJohannes Sixt1-4/+14
2011-04-15Documentation: publicize hints for sending patches with GMailJonathan Nieder1-0/+14
2011-04-15Documentation: publicize KMail hints for sending patches inlineJonathan Nieder1-0/+16
2011-04-15Documentation: hints for sending patches inline with ThunderbirdJonathan Nieder1-0/+83
2011-04-15Documentation: explain how to check for patch corruptionJonathan Nieder1-0/+46
2011-04-15Merge v1.7.5-rc2 into jn/format-patch-docJunio C Hamano1-9/+0
2011-04-15Documentation: describe the format of messages with inline patchesJonathan Nieder1-0/+58
2011-04-12format-patch: document --quiet optionCarlos Martín Nieto1-1/+4
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-9/+0
2010-10-13Merge branch 'maint'Junio C Hamano1-1/+1
2010-10-13Documentation: gitrevisions is in section 7Jonathan Nieder1-1/+1
2010-09-29Merge branch 'rr/format-patch-count-without-merges'Junio C Hamano1-1/+1
2010-08-27format-patch: Don't go over merge commitsRamkumar Ramachandra1-1/+1
2010-07-05Documentation: link to gitrevisions rather than git-rev-parseMichael J Gruber1-1/+1
2010-06-16format-patch: Add a signature option (--signature)Stephen Boyd1-0/+7
2010-03-06Add 'git format-patch --to=' option and 'format.to' configuration variable.Steven Drake1-3/+8
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-2/+2
2009-11-10format-patch documentation: Fix formattingBjörn Gustavsson1-23/+23
2009-07-22Improve doc for format-patch threading options.Yann Dirson1-7/+15
2009-04-23git-format-patch.txt: general rewordings and cleanupsStephen Boyd1-19/+19
2009-04-23Documentation: use lowercase for shallow and deep threadingStephen Boyd1-2/+2
2009-04-20Documentation: fix typos / spelling mistakesMike Ralphson1-1/+1
2009-04-06Add configuration variable for sign-off to format-patchHeiko Voigt1-0/+1
2009-04-01Merge branch 'mh/format-patch-add-header'Junio C Hamano1-0/+5
2009-04-01Merge branch 'tr/maint-1.6.1-doc-format-patch--root'Junio C Hamano1-9/+12
2009-03-27format-patch: add arbitrary email headersMichael Hendricks1-0/+5
2009-03-27Documentation: format-patch --root clarificationsThomas Rast1-9/+12
2009-03-21Sync with maintJunio C Hamano1-1/+0
2009-03-21format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd1-1/+0
2009-03-11Merge branch 'tr/format-patch-thread'Junio C Hamano1-1/+9
2009-02-21format-patch: support deep threadingThomas Rast1-1/+9
2009-02-12Enable setting attach as the default in .gitconfig for git-format-patch.Jeremy White1-2/+9
2008-11-04Merge branch 'maint'Junio C Hamano1-1/+2
2008-11-02format-patch documentation: mention the special case of showing a single commitJunio C Hamano1-1/+2
2008-10-18format-patch: autonumber by defaultBrian Gernhardt1-3/+5
2008-08-14git format-patch documentation: clarify what --cover-letter doesMatt McCutchen1-3/+3
2008-07-21Update my e-mail addressJunio C Hamano1-1/+1
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-3/+3
2008-07-05Documentation: more "git-" versus "git " changesJonathan Nieder1-1/+1
2008-07-05manpages: fix bogus whitespaceJonathan Nieder1-4/+4
2008-07-05git-format-patch(1): fix stray \ in outputJonathan Nieder1-1/+1
2008-07-01Documentation formatting and cleanupJonathan Nieder1-2/+2
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-1/+1
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer1-5/+10
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-05-28Manual subsection to refer to other pages is SEE ALSOJunio C Hamano1-1/+1
2008-05-14Merge branch 'mv/format-cc'Junio C Hamano1-0/+1
2008-05-11git-format-patch: add --no-binary to omit binary changes in the patch.Caio Marcelo de Oliveira Filho1-0/+6
2008-05-06Documentation: improve "add", "pull" and "format-patch" examplesChristian Couder1-26/+41
2008-04-29git-format-patch: add a new format.cc configuration variableMiklos Vajna1-0/+1
2008-02-19Support a --cc=<email> option in format-patchDaniel Barkalow1-0/+5
2008-02-19Add a --cover-letter option to format-patchDaniel Barkalow1-7/+13
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-4/+4
2007-11-15Documentation: customize diff-options depending on particular commandSergei Organov1-0/+1
2007-11-05Rearrange git-format-patch synopsis to improve clarity.David Symonds1-1/+2
2007-11-04format-patch: Add configuration and off switch for --numberedBrian Gernhardt1-4/+8
2007-11-01git-format-patch.txt: fix explanation of an example.Sergei Organov1-1/+1
2007-08-28format-patch documentation: reword to hint "--root <one-commit>" more clearlyJunio C Hamano1-7/+10
2007-08-28"format-patch --root rev" is the way to show everything.Junio C Hamano1-7/+22
2007-08-24Documentation: Correct various misspellings and typos.Brian Hetro1-1/+1
2007-07-03Merge branch 'maint'Junio C Hamano1-0/+3
2007-07-03Document -<n> for git-format-patchMiklos Vajna1-0/+3
2007-07-02format-patch: Add format.subjectprefix config optionAdam Roben1-2/+3
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-06-06Add the --numbered-files option to git-format-patch.Jon Loeliger1-3/+11
2007-04-11Add custom subject prefix support to format-patch (take 3)Robin H. Johnson1-5/+12
2007-03-10Merge branch 'js/attach'Junio C Hamano1-4/+12
2007-03-05Fix diff-options references in git-diff and git-format-patchBrian Gernhardt1-2/+4
2007-03-04format-patch: add --inline option and make --attach a true attachmentJohannes Schindelin1-3/+11
2007-01-18Document --ignore-if-in-upstream in git-format-patchDavid Kågedal1-0/+8
2007-01-17git-format-patch: the default suffix is now .patch, not .txtJunio C Hamano1-8/+7
2007-01-17git-format-patch -3Junio C Hamano1-0/+3
2007-01-17Refer users to git-rev-parse for revision specification syntax.Shawn O. Pearce1-1/+3
2007-01-17Introduce 'git-format-patch --suffix=.patch'Junio C Hamano1-1/+16
2006-07-14Add option to set initial In-Reply-To/ReferencesJosh Triplett1-0/+6
2006-07-14Add option to enable threading headersJosh Triplett1-1/+9
2006-06-06git-format-patch: add --output-directory long option againJunio C Hamano1-2/+1
2006-06-02Update documentation for git-format-patchDennis Stosberg1-34/+35
2006-03-09Describe how to add extra mail header lines in mail generated by git-format-p...Mike McCormack1-0/+9
2006-03-09Document the --attach flag.Mike McCormack1-1/+4
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen1-1/+1
2006-02-07format-patch: Remove last vestiges of --mbox optionAndreas Ericsson1-22/+10
2006-01-05Wrap synopsis lines and use [verse] to keep formattingJonas Fonseca1-2/+4
2005-12-13Documentation: diff examples.Junio C Hamano1-0/+9
2005-12-08Documentation/git-format-patch.txt: Add --signoff, --check, and long option-n...Nikolai Weibull1-6/+17
2005-11-05Documentation: format-patchJunio C Hamano1-0/+20
2005-10-06Describe new options to git-format-patch and git-mailsplit.Junio C Hamano1-1/+5
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov1-1/+1
2005-09-07Documentation updates.Junio C Hamano1-7/+38
2005-09-07Big tool rename.Junio C Hamano1-0/+38