* [PATCH] post-receive-email: add --dirstat output to update_branch summary section
@ 2008-04-22 9:30 Andy Parkins
0 siblings, 0 replies; only message in thread
From: Andy Parkins @ 2008-04-22 9:30 UTC (permalink / raw)
To: git
Signed-off-by: Andy Parkins <andyparkins@gmail.com>
---
contrib/hooks/post-receive-email | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/contrib/hooks/post-receive-email b/contrib/hooks/post-receive-email
index 62a740c..2e706b3 100644
--- a/contrib/hooks/post-receive-email
+++ b/contrib/hooks/post-receive-email
@@ -410,6 +410,8 @@ generate_update_branch_email()
# non-fast forward updates.
echo ""
echo "Summary of changes:"
+ git diff --dirstat $oldrev..$newrev
git diff-tree --stat --summary --find-copies-harder $oldrev..$newrev
}
--
1.5.5.1.57.g5909c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-22 9:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-22 9:30 [PATCH] post-receive-email: add --dirstat output to update_branch summary section Andy Parkins
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).