index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-send-email.perl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i18n: fix some badly formatted i18n strings
Jean-Noël Avila
2022-04-11
1
-4
/
+3
*
send-email: use 'git hook run' for 'sendemail-validate'
Emily Shaffer
2022-01-08
1
-8
/
+14
*
send-email docs: add format-patch options
Thiago Perrotta
2021-10-28
1
-1
/
+2
*
send-email: programmatically generate bash completions
Thiago Perrotta
2021-10-28
1
-9
/
+44
*
Merge branch 'ab/send-email-config-fix'
Junio C Hamano
2021-09-15
1
-1
/
+1
|
\
|
*
send-email: fix a "first config key wins" regression in v2.33.0
Ævar Arnfjörð Bjarmason
2021-09-07
1
-1
/
+1
*
|
Merge branch 'mh/send-email-reset-in-reply-to'
Junio C Hamano
2021-09-10
1
-9
/
+17
|
\
\
|
*
|
send-email: avoid incorrect header propagation
Marvin Häuser
2021-08-30
1
-9
/
+17
*
|
|
Merge branch 'ab/send-email-optim'
Junio C Hamano
2021-07-22
1
-60
/
+114
|
\
\
\
|
*
|
|
perl: nano-optimize by replacing Cwd::cwd() with Cwd::getcwd()
Ævar Arnfjörð Bjarmason
2021-05-28
1
-1
/
+1
|
|
|
/
|
|
/
|
|
*
|
send-email: move trivial config handling to Perl
Ævar Arnfjörð Bjarmason
2021-05-28
1
-8
/
+21
|
*
|
send-email: lazily load modules for a big speedup
Ævar Arnfjörð Bjarmason
2021-05-28
1
-32
/
+39
|
*
|
send-email: get rid of indirect object syntax
Ævar Arnfjörð Bjarmason
2021-05-28
1
-3
/
+3
|
*
|
send-email: use function syntax instead of barewords
Ævar Arnfjörð Bjarmason
2021-05-28
1
-2
/
+2
|
*
|
send-email: lazily shell out to "git var"
Ævar Arnfjörð Bjarmason
2021-05-28
1
-5
/
+15
|
*
|
send-email: lazily load config for a big speedup
Ævar Arnfjörð Bjarmason
2021-05-28
1
-9
/
+26
|
*
|
send-email: copy "config_regxp" into git-send-email.perl
Ævar Arnfjörð Bjarmason
2021-05-28
1
-1
/
+19
|
*
|
send-email: refactor sendemail.smtpencryption config parsing
Ævar Arnfjörð Bjarmason
2021-05-28
1
-8
/
+1
|
*
|
send-email: remove non-working support for "sendemail.smtpssl"
Ævar Arnfjörð Bjarmason
2021-05-28
1
-5
/
+1
|
*
|
send-email tests: support GIT_TEST_PERL_FATAL_WARNINGS=true
Ævar Arnfjörð Bjarmason
2021-05-28
1
-1
/
+1
*
|
|
Merge branch 'ga/send-email-sendmail-cmd'
Junio C Hamano
2021-06-14
1
-7
/
+27
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
git-send-email: add option to specify sendmail command
Gregory Anders
2021-05-17
1
-7
/
+27
|
|
/
*
|
Merge branch 'ab/send-email-inline-hooks-path'
Junio C Hamano
2021-05-27
1
-1
/
+2
|
\
\
|
*
|
send-email: move "hooks_path" invocation to git-send-email.perl
Ævar Arnfjörð Bjarmason
2021-05-27
1
-1
/
+2
*
|
|
send-email: fix missing error message regression
Ævar Arnfjörð Bjarmason
2021-05-25
1
-1
/
+11
|
/
/
*
|
git-send-email: improve --validate error output
Ævar Arnfjörð Bjarmason
2021-04-06
1
-6
/
+6
*
|
git-send-email: refactor duplicate $? checks into a function
Ævar Arnfjörð Bjarmason
2021-04-06
1
-17
/
+28
*
|
git-send-email: replace "map" in void context with "for"
Ævar Arnfjörð Bjarmason
2021-04-02
1
-2
/
+2
*
|
git-send-email: Respect core.hooksPath setting
Robert Foss
2021-03-23
1
-1
/
+1
|
/
*
git-send-email: die if sendmail.* config is set
Drew DeVault
2020-07-24
1
-0
/
+8
*
send-email: restore --in-reply-to superseding behavior
Rafael Aquini
2020-07-02
1
-2
/
+6
*
Fix spelling errors in code comments
Elijah Newren
2019-11-10
1
-1
/
+1
*
Merge branch 'ab/send-email-transferencoding-fix'
Junio C Hamano
2019-06-13
1
-89
/
+116
|
\
|
*
send-email: fix regression in sendemail.identity parsing
Ævar Arnfjörð Bjarmason
2019-05-29
1
-19
/
+40
|
*
send-email: do defaults -> config -> getopt in that order
Ævar Arnfjörð Bjarmason
2019-05-13
1
-42
/
+49
|
*
send-email: rename the @bcclist variable for consistency
Ævar Arnfjörð Bjarmason
2019-05-13
1
-5
/
+5
|
*
send-email: move the read_config() function above getopts
Ævar Arnfjörð Bjarmason
2019-05-13
1
-49
/
+48
*
|
Merge branch 'bs/sendemail-tighten-anything-by'
Junio C Hamano
2019-04-25
1
-1
/
+1
|
\
\
|
*
|
send-email: don't cc *-by lines with '-' prefix
Baruch Siach
2019-04-04
1
-1
/
+1
*
|
|
Merge branch 'bc/send-email-qp-cr'
Junio C Hamano
2019-04-25
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
send-email: default to quoted-printable when CR is present
brian m. carlson
2019-04-14
1
-1
/
+1
*
|
|
completion: add more parameter value completion
Nguyễn Thái Ngọc Duy
2019-02-20
1
-0
/
+6
|
/
/
*
|
Merge branch 'nd/complete-format-patch'
Junio C Hamano
2018-11-13
1
-0
/
+8
|
\
\
|
*
|
completion: use __gitcomp_builtin for format-patch
Duy Nguyen
2018-11-06
1
-0
/
+8
*
|
|
Merge branch 'al/send-email-auto-cte-fixup'
Junio C Hamano
2018-11-13
1
-1
/
+1
|
\
\
\
|
*
|
|
send-email: avoid empty transfer encoding header
Aaron Lindsay
2018-11-02
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jw/send-email-no-auth'
Junio C Hamano
2018-11-06
1
-2
/
+6
|
\
\
\
|
*
|
|
send-email: explicitly disable authentication
Joshua Watt
2018-10-23
1
-2
/
+6
|
|
|
/
|
|
/
|
*
|
|
send-email: also pick up cc addresses from -by trailers
Rasmus Villemoes
2018-10-16
1
-7
/
+12
*
|
|
send-email: only consider lines containing @ or <> for automatic Cc'ing
Rasmus Villemoes
2018-10-11
1
-0
/
+5
|
/
/
[next]