lib/gollum-lib/git_access.rb in gitlab-gollum-lib-4.2.7.5 vs lib/gollum-lib/git_access.rb in gitlab-gollum-lib-4.2.7.6
- old
+ new
@@ -170,9 +170,13 @@
else
items
end
end
+ def files_sorted_by_created_at(ref)
+ @repo.files_sorted_by_created_at(ref)
+ end
+
# Reads the content from the Git db at the given SHA.
#
# sha - The String SHA.
#
# Returns the String content of the Git object.