Skip to content

Commit

Permalink
post-receive-email: match up $LOGBEGIN..$LOGEND pairs correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Michael Haggerty authored and Junio C Hamano committed Feb 27, 2012
1 parent c48be8b commit 64baa41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/hooks/post-receive-email
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ generate_delete_branch_email()
{
echo " was $oldrev"
echo ""
echo $LOGEND
echo $LOGBEGIN
git show -s --pretty=oneline $oldrev
echo $LOGEND
}
Expand Down Expand Up @@ -560,7 +560,7 @@ generate_delete_atag_email()
{
echo " was $oldrev"
echo ""
echo $LOGEND
echo $LOGBEGIN
git show -s --pretty=oneline $oldrev
echo $LOGEND
}
Expand Down Expand Up @@ -625,7 +625,7 @@ generate_delete_general_email()
{
echo " was $oldrev"
echo ""
echo $LOGEND
echo $LOGBEGIN
git show -s --pretty=oneline $oldrev
echo $LOGEND
}
Expand Down

0 comments on commit 64baa41

Please sign in to comment.