Skip to content
Snippets Groups Projects
Commit f8074809 authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove unused default argument

parent 5cb392d9
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ class FormulaVersions
@entry_name = formula.path.relative_path_from(repository).to_s
end
def rev_list(branch="HEAD")
def rev_list(branch)
repository.cd do
Utils.popen_read("git", "rev-list", "--abbrev-commit", "--remove-empty", branch, "--", entry_name) do |io|
yield io.readline.chomp until io.eof?
......
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