Commit 25a6a072 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Migration link for Repository#log

parent 00c9c6b4
......@@ -291,6 +291,7 @@ module Gitlab
# after: Time.new(2016, 4, 21, 14, 32, 10)
# )
#
# Gitaly migration: https://gitlab.com/gitlab-org/gitaly/issues/446
def log(options)
raw_log(options).map { |c| Commit.decorate(c) }
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment