Skip to content

Commit

Permalink
send committer to LH changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Jul 9, 2008
1 parent 9346aec commit 8f4e038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/lighthouse.rb
Expand Up @@ -12,6 +12,7 @@
<title>#{CGI.escapeHTML(title)}</title>
<body>#{CGI.escapeHTML(body)}</body>
<changes type="yaml">#{CGI.escapeHTML(diff)}</changes>
<committer>#{CGI.escapeHTML(commit['author']['name'])}</committer>
<revision>#{CGI.escapeHTML(commit_id)}</revision>
<changed-at type="datetime">#{CGI.escapeHTML(commit['timestamp'])}</changed-at>
</changeset>
Expand Down

0 comments on commit 8f4e038

Please sign in to comment.