Skip to content

Commit

Permalink
Add github compare (i.e. summary) link
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Sep 24, 2013
1 parent 3df8b50 commit cf98437
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions git-hooks/post-receive.d/email
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,11 @@ generate_update_branch_email()
done
echo ""

echo
ghubcompare="$GIT_GITHUB_URL/$ghubreponame/compare/$oldrev...$newrev"
echo "Summary: $ghubcompare"
echo ""

for rev in $(git rev-list --reverse $oldrev..$newrev)
do
# Check if any of these revisions are changes that were already
Expand Down

0 comments on commit cf98437

Please sign in to comment.