Skip to content
GitLab
Menu
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
9c287b1d
Commit
9c287b1d
authored
Jan 22, 2010
by
Robert Ricci
Browse files
Add extra blank lines between commit logs, at Eric's request.
parent
bbd2e557
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/git/gitmail
View file @
9c287b1d
...
@@ -592,7 +592,8 @@ sub commit_mail($$$@) {
...
@@ -592,7 +592,8 @@ sub commit_mail($$$@) {
#
#
if
(
!
$separate_mail
)
{
if
(
!
$separate_mail
)
{
send_mail
(
$subject
,
send_mail
(
$subject
,
$actionstring
.
join
("
-
"
x72
.
"
\n
",
map
{
join
"",
@
$_
}
@fullbody
),
$actionstring
.
join
("
\n
"
.
"
-
"
x72
.
"
\n\n
",
map
{
join
"",
@
$_
}
@fullbody
),
@mailaddrs
);
@mailaddrs
);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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