summaryrefslogtreecommitdiffstats
path: root/g2h/commit_page.py
diff options
context:
space:
mode:
Diffstat (limited to 'g2h/commit_page.py')
-rw-r--r--g2h/commit_page.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/g2h/commit_page.py b/g2h/commit_page.py
index 03d74ab..84374e6 100644
--- a/g2h/commit_page.py
+++ b/g2h/commit_page.py
@@ -31,5 +31,6 @@ class CommitPage(Page):
'commit': self.commit,
'title': self.name + ': ' + self.commit.hexsha,
'redacted_email': redact_email(self.commit.author.email),
- 'content_subdir': self.content_subdir
+ 'content_subdir': self.content_subdir,
+ 'this_commit': self.commit
}