X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=git%2Fpost-receive-email;h=c565634e6e2f257a1ae00fc2f605a311db5bd971;hb=6d9e2243954872457115bbb9ac1ecb1d161acced;hp=93289fb4333a077975e33531c7ec2934d13443e2;hpb=cf1edb708d287723654500dd4da8f5ff7ab5da30;p=sbcl.git diff --git a/git/post-receive-email b/git/post-receive-email index 93289fb..c565634 100755 --- a/git/post-receive-email +++ b/git/post-receive-email @@ -736,7 +736,7 @@ else lastrev=$oldrev for step in $revlist do - echo "Sending: $(git log -n1 --oneline $rev)" + echo "Sending: $(git log -n1 --oneline $step)" generate_email $lastrev $step $refname | send_mail lastrev=$step done