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
862fd6b4
Commit
862fd6b4
authored
Dec 22, 2009
by
Ryan Jackson
Browse files
Add '--shortstat' to git-show command
parent
2fc5b1a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/git/gitmail
View file @
862fd6b4
...
...
@@ -510,8 +510,8 @@ sub commit_mail($$$@) {
# Just use regular git show command, with purty +/- summary at the
# bottom (formatted to be narrow enough for email)
#
debug
("
running '
$GIT
show --numstat '
$rev
''
");
my
@body
=
`
$GIT
show --numstat
$rev
`;
debug
("
running '
$GIT
show --numstat
--shortstat
'
$rev
''
");
my
@body
=
`
$GIT
show --numstat
--shortstat
$rev
`;
if
(
$separate_mail
)
{
# Send this message by itself
...
...
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