Skip to content
Snippets Groups Projects
Commit 0a0d4912 authored by Rubén Dávila's avatar Rubén Dávila
Browse files

Remove duplicate method

parent 6c70d7f9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -579,11 +579,6 @@ module Gitlab
count_commits(from: from, to: to, **options)
end
 
# Counts the amount of commits between `from` and `to`.
def count_commits_between(from, to, options = {})
count_commits(from: from, to: to, **options)
end
# old_rev and new_rev are commit ID's
# the result of this method is an array of Gitlab::Git::RawDiffChange
def raw_changes_between(old_rev, new_rev)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment