summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/commit_ext.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/commit_ext.rb b/lib/commit_ext.rb
index 411809f05ed..32706acb617 100644
--- a/lib/commit_ext.rb
+++ b/lib/commit_ext.rb
@@ -8,4 +8,8 @@ module CommitExt
rescue
"-- invalid encoding for commit message"
end
+
+ def created_at
+ committed_date
+ end
end