aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-send-email.txt
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Merge branch 'ja/doc-formatting-fix'Junio C Hamano1-3/+5
2024-03-16doc: format alternatives in synopsisJean-Noël Avila1-3/+5
2024-03-01Merge branch 'ds/doc-send-email-capitalization' into HEADJunio C Hamano1-9/+9
2024-02-20documentation: send-email: use camel case consistentlyDragan Simic1-9/+9
2023-12-26doc: enforce dashes in placeholdersJean-Noël Avila1-1/+1
2023-12-18Merge branch 'js/update-urls-in-doc-and-comment'Junio C Hamano1-1/+1
2023-11-26doc: switch links to httpsJosh Soref1-1/+1
2023-10-30Merge branch 'jk/send-email-fix-addresses-from-composed-messages'Junio C Hamano1-5/+6
2023-10-20send-email: handle to/cc/bcc from --compose messageJeff King1-5/+6
2023-10-20doc/send-email: mention handling of "reply-to" with --composeJeff King1-5/+5
2023-10-09documentation: wording improvementsElijah Newren1-2/+2
2023-05-15Merge branch 'mc/send-email-header-cmd'Junio C Hamano1-0/+11
2023-05-01send-email: add --header-cmd, --no-header-cmd optionsMaxim Cournoyer1-0/+11
2023-04-28send-email docs: Remove mention of discontinued gmail featureJouke Witteveen1-6/+2
2023-04-03e-mail workflow: Message-ID is spelled with ID in both capital lettersJunio C Hamano1-1/+1
2022-10-12docs: git-send-email: difference between ssl and tls smtp-encryptionSotir Danailov1-3/+12
2022-09-07send-email docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason1-34/+2
2021-10-28send-email docs: add format-patch optionsThiago Perrotta1-2/+4
2021-05-17git-send-email: add option to specify sendmail commandGregory Anders1-7/+18
2021-01-15Merge branch 'vv/send-email-with-less-secure-apps-access'Junio C Hamano1-1/+5
2021-01-07git-send-email.txt: mention less secure app access with GmailVasyl Vavrychuk1-1/+5
2020-10-20Documentation: stylistically normalize references to Signed-off-by:Bradley M. Kuhn1-2/+2
2019-09-09Documentation: wrap config listings in "----"Martin Ågren1-5/+7
2019-06-21Merge branch 'cm/send-email-document-req-modules'Junio C Hamano1-2/+6
2019-06-13Merge branch 'ab/send-email-transferencoding-fix'Junio C Hamano1-0/+8
2019-05-31send-email: update documentation of required Perl modulesChris Mayo1-2/+6
2019-05-29send-email: fix regression in sendemail.identity parsingÆvar Arnfjörð Bjarmason1-0/+4
2019-05-19send-email: document --no-[to|cc|bcc]Ævar Arnfjörð Bjarmason1-0/+4
2019-01-23doc: tidy asciidoc styleJean-Noël Avila1-1/+1
2018-11-06Merge branch 'jw/send-email-no-auth'Junio C Hamano1-1/+6
2018-10-23send-email: explicitly disable authenticationJoshua Watt1-1/+6
2018-10-16send-email: also pick up cc addresses from -by trailersRasmus Villemoes1-1/+4
2018-10-11Documentation/git-send-email.txt: style fixesRasmus Villemoes1-4/+4
2018-07-09send-email: automatically determine transfer-encodingbrian m. carlson1-2/+1
2018-07-09docs: correct RFC specifying email line lengthbrian m. carlson1-1/+1
2018-07-09send-email: accept long lines with suitable transfer encodingbrian m. carlson1-2/+5
2018-07-09send-email: add an auto option for transfer encodingbrian m. carlson1-4/+7
2018-05-25Use proper syntax for replaceables in command docsRobert P. J. Day1-1/+1
2018-05-02doc: keep first level section header in upper caseNguyễn Thái Ngọc Duy1-2/+2
2018-04-25Merge branch 'en/doc-typoes'Junio C Hamano1-1/+1
2018-04-25Merge branch 'mn/send-email-credential-doc'Junio C Hamano1-10/+6
2018-04-09Documentation: fix several one-character-off spelling errorsElijah Newren1-1/+1
2018-04-08send-email: simplify Gmail example in the documentationMichal Nazarewicz1-10/+6
2018-03-06send-email: support separate Reply-To addressChristian Ludwig1-0/+5
2017-11-28git-send-email: honor $PATH for sendmail binaryFlorian Klink1-3/+3
2017-07-06Merge branch 'xz/send-email-batch-size'Junio C Hamano1-0/+15
2017-07-05send-email: --batch-size to work around some SMTP server limitxiaoqiang zhao1-0/+15
2017-05-16send-email: support validate hookJonathan Tan1-0/+1
2017-03-20doc: change erroneous --[no]-whatever into --[no-]whateverÆvar Arnfjörð Bjarmason1-1/+1
2016-07-13Merge branch 'mm/doc-tt'Junio C Hamano1-12/+12
2016-06-28doc: typeset long command-line options as literalMatthieu Moy1-12/+12
2016-06-27Merge branch 'tr/doc-tt'Junio C Hamano1-31/+31
2016-06-08doc: change configuration variables formatTom Russello1-31/+31
2016-06-01Documentation/git-send-email: fix typo in gmail 2FA sectionSZEDER Gábor1-1/+1
2016-05-27Documentation: add instructions to help setup gmail 2FAMichael Rappazzo1-0/+13
2015-11-20sendemail: teach git-send-email to dump alias namesJacob Keller1-0/+11
2015-08-26Merge branch 'jv/send-email-selective-smtp-auth'Junio C Hamano1-0/+13
2015-08-17send-email: provide whitelist of SMTP AUTH mechanismsJan Viktorin1-0/+13
2015-08-03Merge branch 'rl/send-email-aliases'Junio C Hamano1-6/+6
2015-07-07send-email: allow multiple emails using --cc, --to and --bccRemi Lespinet1-6/+6
2015-06-01send-email: implement sendmail aliases line continuation supportEric Sunshine1-2/+0
2015-06-01send-email: further document missing sendmail aliases functionalityEric Sunshine1-0/+3
2015-05-27send-email: add sendmail email aliases formatAllen Hubbe1-1/+17
2015-03-13*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy1-25/+25
2015-01-14Merge branch 'aw/doc-smtp-ssl-cert-path'Junio C Hamano1-4/+9
2015-01-07Merge branch 'lh/send-email-hide-x-mailer'Junio C Hamano1-0/+5
2015-01-07correct smtp-ssl-cert-path descriptionAdam Williamson1-4/+9
2014-12-15send-email: add --[no-]xmailer optionLuis Henriques1-0/+5
2014-11-25git-send-email: add --transfer-encoding optionPaolo Bonzini1-0/+10
2014-06-20Merge branch 'mt/send-email-cover-to-cc'Junio C Hamano1-0/+12
2014-05-21Documentation: use "command-line" when used as a compound adjective, and fix ...Jason St. John1-3/+3
2014-04-29git-send-email: two new options: to-cover, cc-coverMichael S. Tsirkin1-0/+12
2013-07-18send-email: be explicit with SSL certificate verificationRamkumar Ramachandra1-0/+6
2013-04-07send-email: make annotate configurableFelipe Contreras1-2/+3
2013-02-27git-send-email: use git credential to obtain passwordMichal Nazarewicz1-2/+2
2013-02-01Documentation: avoid poor-man's small caps GITThomas Ackermann1-1/+1
2012-10-10git-send-email: introduce compose-encodingKrzysztof Mazur1-0/+4
2012-02-27send-email: document the --smtp-debug optionZbigniew Jędrzejewski-Szmek1-0/+4
2011-07-06Documentation: use [verse] for SYNOPSIS sectionsMartin von Zweigbergk1-0/+1
2011-04-15Documentation: publicize hints for sending patches with GMailJonathan Nieder1-3/+16
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-15/+0
2010-12-10Merge branch 'maint'Junio C Hamano1-0/+3
2010-12-10Add --force to git-send-email documentationAlejandro R. Sedeño1-0/+3
2010-11-12git-send-email.perl: make initial In-Reply-To apply only to first emailAntonio Ospite1-5/+20
2010-10-26Merge branch 'jp/send-email-to-cmd'Junio C Hamano1-1/+7
2010-09-27git-send-email.perl: Add --to-cmdJoe Perches1-1/+7
2010-09-06New send-email option smtpserveroption.Pascal Obry1-0/+9
2010-06-27Merge branch 'tr/send-email-8bit'Junio C Hamano1-0/+9
2010-06-18send-email: ask about and declare 8bit mailsThomas Rast1-0/+9
2010-05-08Merge branch 'bg/send-email-smtpdomain'Junio C Hamano1-0/+7
2010-05-04Documentation/git-send-email: Add "Use gmail as the smtp server"Ping Yin1-0/+15
2010-04-10send-email: Cleanup smtp-domain and add configBrian Gernhardt1-1/+2
2010-04-10Document send-email --smtp-domainBrian Gernhardt1-0/+6
2009-12-26Merge branch 'jc/1.7.0-send-email-no-thread-default'Junio C Hamano1-3/+3
2009-11-30Merge branch 'fc/send-email-envelope'Junio C Hamano1-3/+4
2009-11-27send-email: automatic envelope senderFelipe Contreras1-3/+4
2009-11-13add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder1-2/+2
2009-08-22send-email: make --no-chain-reply-to the defaultJunio C Hamano1-3/+3
2009-07-31Documentation: git-send-email: correct statement about standard portsWesley J. Landaker1-2/+3
2009-07-31Documentation: git-send-email: fix submission port numberWesley J. Landaker1-1/+1
2009-07-22Improve doc for format-patch threading options.Yann Dirson1-5/+16
2009-06-18Test cccmd in t9001-send-email.sh and fix some bugsPaolo Bonzini1-2/+2
2009-06-12Merge branch 'mh/maint-fix-send-email-threaded' into mh/fix-send-email-threadedJunio C Hamano1-2/+3
2009-06-12doc/send-email: clarify the behavior of --in-reply-to with --no-threadMarkus Heidelberg1-2/+3
2009-06-11Merge branch 'maint'Junio C Hamano1-0/+4
2009-06-11Documentation: git-send-mail can take rev-list arg to drive format-patchPaolo Bonzini1-0/+4
2009-05-31Merge branch 'mw/send-email'Junio C Hamano1-12/+15
2009-05-13send-email: Add config option for sender addressTrent Piepho1-3/+6
2009-04-22Add parsing of elm aliases to git-send-emailBill Pemberton1-1/+1
2009-04-14Docs: send-email: --smtp-server-port can take symbolic portsMichael Witten1-1/+3
2009-04-14Docs: send-email: Refer to CONFIGURATION section for sendemail.multieditMichael Witten1-3/+4
2009-04-14Docs: send-email: Put options back into alphabetical orderMichael Witten1-11/+11
2009-04-07git-send-email.txt: clarify which options take an argument.Matthieu Moy1-17/+17
2009-03-17git-send-email.txt: describe --compose betterStephen Boyd1-7/+6
2009-03-05Merge branch 'js/send-email'Junio C Hamano1-8/+40
2009-03-02send-email: add --confirm option and configuration settingJay Soffian1-0/+21
2009-02-18Documentation: Note file formats send-email acceptsTodd Zullinger1-0/+13
2009-02-14send-email: --suppress-cc improvementsJay Soffian1-8/+19
2009-01-11Merge branch 'mh/maint-sendmail-cc-doc' into maintJunio C Hamano1-0/+1
2009-01-07Merge branch 'mh/maint-sendmail-cc-doc'Junio C Hamano1-0/+1
2008-12-29doc/git-send-email: mention sendemail.cc config variableMarkus Heidelberg1-0/+1
2008-12-27git-send-email.txt: move --format-patch paragraph to a proper locationAdeodato Simó1-6/+6
2008-12-09Fix typos in documentationAlexander Potashev1-1/+1
2008-11-11git send-email: ask less questions when --compose is used.Pierre Habouzit1-0/+9
2008-11-11git send-email: add --annotate optionPierre Habouzit1-0/+11
2008-11-11git send-email: interpret unknown files as revision listsPierre Habouzit1-1/+7
2008-10-01send-email: signedoffcc -> signedoffbycc, but handle bothMichael Witten1-1/+1
2008-10-01Docs: send-email: Create logical groupings for man textMichael Witten1-50/+69
2008-10-01Docs: send-email: Remove unnecessary config variable descriptionMichael Witten1-75/+16
2008-10-01Docs: send-email: --chain_reply_to -> --[no-]chain-reply-toMichael Witten1-1/+1
2008-10-01send-email: change --no-validate to boolean --[no-]validateMichael Witten1-2/+7
2008-10-01Docs: send-email: Man page option orderingMichael Witten1-72/+66
2008-10-01Docs: send-email's usage text and man page mention same optionsMichael Witten1-8/+13
2008-08-31Document sendemail.envelopesender configurationAsk Bjørn Hansen1-0/+3
2008-07-30Replace uses of "git-var" with "git var"Todd Zullinger1-1/+1
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-1/+1
2008-06-25git-send-email: add support for TLS via Net::SMTP::SSLThomas Rast1-4/+12
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer1-4/+8
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-03-19Document the sendemail.smtpserverport config variableKevin Ballard1-0/+3
2008-02-11Merge branch 'mw/send-email'Junio C Hamano1-5/+34
2008-02-05git-send-email: Generalize auto-cc recipient mechanism.David Brown1-0/+11
2008-02-05git-send-email: ssh/login style password requestsMichael Witten1-5/+34
2008-01-26Documentation: add a bit about sendemail.to configurationMike Hommey1-0/+2
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-1/+1
2007-12-18Fix some documentation typos.Ralf Wildenhues1-1/+1
2007-11-07send-email: apply --suppress-from to S-o-b and cc-cmdUwe Kleine-König1-2/+1
2007-10-24git-send-email: add a new sendemail.to configuration variableMiklos Vajna1-0/+3
2007-09-26send-email --smtp-server-port: allow overriding the default portJunio C Hamano1-0/+5
2007-09-03send-email: Add support for SSL and SMTP-AUTHDouglas Stockwell1-1/+34
2007-09-01Merge branch 'jp/send-email-cc'Junio C Hamano1-0/+9
2007-08-19Fix misspelling of 'suppress' in docsDave Watson1-1/+1
2007-08-17git-send-email --cc-cmdJoe Perches1-0/+9
2007-08-17Fix small typo in git send-email man page.Sean Estabrooks1-1/+1
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben1-2/+2
2007-06-27git-send-email: make options easier to configure.Adam Roben1-10/+14
2007-06-26git-send-email: Add --threaded optionAdam Roben1-0/+7
2007-06-07War on whitespaceJunio C Hamano1-2/+1
2007-04-30send-email documentation: clarify --smtp-serverJari Aalto1-3/+4
2007-04-25Document --dry-run and envelope-sender for git-send-email.Robin H. Johnson1-0/+9
2007-03-18Make git-send-email aware of Cc: lines.J. Bruce Fields1-1/+2
2007-03-11git-send-email: configurable bcc and chain-reply-toAvi Kivity1-1/+9
2007-03-11git-send-email: Document configuration optionsAvi Kivity1-0/+13
2007-03-01Documentation/git-send-email.txt: Fix labeled list formattingSergey Vlasov1-6/+6
2006-10-29git-send-email: Read the default SMTP server from the GIT config fileSergey Vlasov1-3/+5
2006-10-29git-send-email: Document support for local sendmail instead of SMTP serverSergey Vlasov1-2/+5
2006-06-22Check and document the options to prevent mistakes.Eric W. Biederman1-0/+9
2006-06-03Documentation: Spelling fixesHorst H. von Brand1-1/+1
2006-02-13send-email: Add --ccRyan Anderson1-0/+3
2006-02-13send-email: Add some options for controlling how addresses are automatically ...Ryan Anderson1-0/+7
2006-02-05git-send-email: Fully implement --quiet and document it.Ryan Anderson1-20/+24
2005-10-10Remove the version tags from the manpagesJunio C Hamano1-1/+0
2005-10-03[PATCH] Random documentation fixesJonas Fonseca1-7/+9
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov1-1/+1
2005-09-07Big tool rename.Junio C Hamano1-0/+79