Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ae180c40
Commit
ae180c40
authored
Jul 15, 2010
by
Ryan Jackson
Browse files
Skip sending the email of all commits are skipped
parent
3a0e1fce
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/git/gitmail
View file @
ae180c40
...
...
@@ -721,7 +721,7 @@ sub commit_mail($\@$@) {
#
# Send all the changes together in one message
#
if
(
!
$separate_mail
)
{
if
(
!
$separate_mail
&&
@fullbody
)
{
send_mail
(
$subject
,
$actionstring
.
join
("
\n
"
.
"
-
"
x72
.
"
\n\n
",
map
{
join
"",
@
$_
}
@fullbody
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment