From: Andy Parkins Date: Thu, 26 Apr 2007 21:35:39 +0000 (+0100) Subject: post-receive-email example hook: fastforward should have been fast_forward X-Git-Tag: v1.5.2-rc1~18 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8e404f82abdfd912ad43c6fae7c218ff75a5d122;p=git.git post-receive-email example hook: fastforward should have been fast_forward Signed-off-by: Andy Parkins Signed-off-by: Junio C Hamano --- diff --git a/contrib/hooks/post-receive-email b/contrib/hooks/post-receive-email index 65160153e..edb30f6f0 100644 --- a/contrib/hooks/post-receive-email +++ b/contrib/hooks/post-receive-email @@ -302,7 +302,7 @@ generate_update_branch_email() # List all of the revisions that were removed by this update, in a fast forward # update, this list will be empty, because rev-list O ^N is empty. For a non # fast forward, O ^N is the list of removed revisions - fastforward="" + fast_forward="" rev="" for rev in $(git rev-list $newrev..$oldrev) do