Skip to content

Commit

Permalink
post-receive-email example hook: fastforward should have been fast_fo…
Browse files Browse the repository at this point in the history
…rward

Signed-off-by: Andy Parkins <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
andyparkins authored and Junio C Hamano committed Apr 27, 2007
1 parent 0d5e6c9 commit 8e404f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/hooks/post-receive-email
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e404f8

Please sign in to comment.