[Phpmyadmin-git] [SCM] phpMyAdmin scripts branch, master, updated. 8198049d1d02fd73e2449630c2d2153e0cad69d6

Michal Čihař nijel at users.sourceforge.net
Thu Feb 25 16:58:21 CET 2010


The branch, master has been updated
       via  8198049d1d02fd73e2449630c2d2153e0cad69d6 (commit)
      from  3b2dc1f4610e7c0cc1723c11b922f24bbd4f17bc (commit)


- Log -----------------------------------------------------------------
commit 8198049d1d02fd73e2449630c2d2153e0cad69d6
Author: Michal Čihař <michal at cihar.com>
Date:   Thu Feb 25 16:57:46 2010 +0100

    Include diff.

-----------------------------------------------------------------------

Summary of changes:
 git-hooks/post-receive |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-hooks/post-receive b/git-hooks/post-receive
index 48ae3e1..fa1c953 100755
--- a/git-hooks/post-receive
+++ b/git-hooks/post-receive
@@ -411,7 +411,7 @@ generate_update_branch_email()
 	# non-fast-forward updates.
 	echo ""
 	echo "Summary of changes:"
-	git diff-tree --stat --summary --find-copies-harder $oldrev..$newrev
+	git diff-tree -p --stat --summary --find-copies-harder $oldrev..$newrev
 }
 
 #


hooks/post-receive
-- 
phpMyAdmin scripts




More information about the Git mailing list