index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-send-email.perl
Age
Commit message (
Expand
)
Author
Lines
2026-03-12
Merge branch 'sp/send-email-validate-charset'
Junio C Hamano
-3
/
+22
2026-03-12
Merge branch 'dt/send-email-client-cert'
Junio C Hamano
-11
/
+36
2026-03-05
send-email: pass smtp hostname and port to Authen::SASL
Aditya Garg
-0
/
+2
2026-03-02
send-email: add client certificate options
David Timber
-11
/
+36
2026-03-02
send-email: validate charset name in 8bit encoding prompt
Shreyansh Paliwal
-3
/
+22
2025-09-29
Merge branch 'nb/send-email-no-dup-reply-to'
Junio C Hamano
-0
/
+3
2025-09-17
send-email: don't duplicate Reply-to: in intro message
NeilBrown
-0
/
+3
2025-08-12
send-email: enable copying emails to an IMAP folder without actually sending ...
Aditya Garg
-1
/
+8
2025-08-12
send-email: add ability to send a copy of sent emails to an IMAP folder
Aditya Garg
-1
/
+30
2025-07-14
Merge branch 'mc/netrc-service-names'
Junio C Hamano
-0
/
+11
2025-06-25
contrib: better support symbolic port names in git-credential-netrc
Maxim Cournoyer
-0
/
+11
2025-06-04
send-email: show the new message id assigned by outlook in the logs
Aditya Garg
-1
/
+2
2025-06-04
send-email: fix bug resulting in broken threads if a message is edited
Aditya Garg
-0
/
+10
2025-05-23
Merge branch 'ag/send-email-hostname-f'
Junio C Hamano
-1
/
+15
2025-05-19
Merge branch 'ag/doc-send-email'
Junio C Hamano
-1
/
+3
2025-05-13
send-email: try to get fqdn by running hostname -f on Linux and macOS
Aditya Garg
-1
/
+15
2025-05-08
send-mail: improve checks for valid_fqdn
Aditya Garg
-1
/
+3
2025-04-29
send-email: add --[no-]outlook-id-fix option
Aditya Garg
-2
/
+12
2025-04-25
send-email: retrieve Message-ID from outlook SMTP server
Aditya Garg
-0
/
+21
2025-04-07
send-email: finer-grained SMTP error handling
Zheng Yuting
-3
/
+29
2025-04-07
send-email: capture errors in an eval {} block
Zheng Yuting
-16
/
+27
2024-12-07
Makefile: consistently use @PLACEHOLDER@ to substitute
Patrick Steinhardt
-1
/
+1
2024-10-23
Require Perl 5.26.0
brian m. carlson
-1
/
+1
2024-09-06
Merge branch 'jk/send-email-mailmap'
Junio C Hamano
-0
/
+20
2024-08-27
send-email: add mailmap support via sendemail.mailmap and --mailmap
Jacob Keller
-0
/
+20
2024-08-17
send-email: teach git send-email option to translate aliases
Jacob Keller
-1
/
+20
2024-07-16
Merge branch 'cb/send-email-sanitize-trailer-addresses'
Junio C Hamano
-2
/
+2
2024-07-01
git-send-email: use sanitized address when reading mbox body
Csókás, Bence
-2
/
+2
2024-04-10
send-email: move newline characters out of a few translatable strings
Dragan Simic
-4
/
+7
2023-12-09
Merge branch 'tz/send-email-negatable-options'
Junio C Hamano
-15
/
+8
2023-11-20
Merge branch 'tz/send-email-helpfix'
Junio C Hamano
-2
/
+2
2023-11-17
send-email: avoid duplicate specification warnings
Todd Zullinger
-13
/
+6
2023-11-17
perl: bump the required Perl version to 5.8.1 from 5.8.0
Todd Zullinger
-2
/
+2
2023-11-16
send-email: remove stray characters from usage
Todd Zullinger
-2
/
+2
2023-11-07
Merge branch 'ms/send-email-validate-fix'
Junio C Hamano
-28
/
+32
2023-10-30
Merge branch 'jk/send-email-fix-addresses-from-composed-messages'
Junio C Hamano
-80
/
+52
2023-10-26
send-email: move validation code below process_address_list
Michael Strawbridge
-28
/
+32
2023-10-20
send-email: handle to/cc/bcc from --compose message
Jeff King
-2
/
+14
2023-10-20
Revert "send-email: extract email-parsing code into a subroutine"
Jeff King
-80
/
+40
2023-09-18
git-send-email.perl: avoid printing undef when validating addresses
Taylor Blau
-3
/
+3
2023-08-08
send-email: avoid creating more than one Term::ReadLine object
Jeff King
-5
/
+13
2023-08-08
send-email: drop FakeTerm hack
Jeff King
-20
/
+2
2023-05-19
Merge branch 'jc/send-email-pre-process-fix'
Junio C Hamano
-0
/
+1
2023-05-17
send-email: clear the $message_id after validation
Junio C Hamano
-0
/
+2
2023-05-15
Merge branch 'mc/send-email-header-cmd'
Junio C Hamano
-18
/
+70
2023-05-10
Merge branch 'ms/send-email-feed-header-to-validate-hook'
Junio C Hamano
-37
/
+60
2023-05-01
send-email: detect empty blank lines in command output
Maxim Cournoyer
-2
/
+10
2023-05-01
send-email: add --header-cmd, --no-header-cmd options
Maxim Cournoyer
-12
/
+43
2023-05-01
send-email: extract execute_cmd from recipients_cmd
Maxim Cournoyer
-6
/
+18
2023-04-19
send-email: expose header information to git-send-email's sendemail-validate ...
Michael Strawbridge
-19
/
+29
[next]