Remove unused default argument
This commit is contained in:
parent
5cb392d9d7
commit
f80748096d
@ -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?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user