From 88abe66c27504bcda71fd0ddbeb22d0115b8c09f Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 2 Apr 2013 22:39:37 +0300 Subject: [PATCH] add alias for committed_date --- lib/gitlab/git/commit.rb | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/lib/gitlab/git/commit.rb b/lib/gitlab/git/commit.rb index b7c5558..f1b9a76 100644 --- a/lib/gitlab/git/commit.rb +++ b/lib/gitlab/git/commit.rb @@ -152,6 +152,10 @@ module Gitlab hash end + def date + committed_date + end + private def init_from_grit(grit) -- libgit2 0.21.2