Fills in git-specific options for the log command using simple pagination options.
options - Hash of options:
page - Optional Integer page number (default: 1) per_page - Optional Integer max count of items to return. Defaults to #per_class class method.
Returns Hash with :max_count and :skip keys.
# File lib/gollum-lib/pagination.rb, line 57 def log_pagination_options(options = {}) self.class.log_pagination_options(options) end
Generated with the Darkfish Rdoc Generator 2.