post-receive-email example hook: fastforward should have been fast_forward

Signed-off-by: Andy Parkins <andyparkins@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Andy Parkins 2007-04-26 22:35:39 +01:00 committed by Junio C Hamano
parent 0d5e6c9781
commit 8e404f82ab

View file

@ -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