Skip to content
Snippets Groups Projects
Commit 05649cee authored by Dominique's avatar Dominique Committed by Xu Cheng
Browse files

test-bot: do not diff tree recursively (#394)

parent 6bd24a7f
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ module Homebrew
def diff_formulae(start_revision, end_revision, path, filter)
return unless @tap
git(
"diff-tree", "-r", "--name-only", "--diff-filter=#{filter}",
"diff-tree", "--name-only", "--diff-filter=#{filter}",
start_revision, end_revision, "--", path
).lines.map do |line|
file = Pathname.new line.chomp
......
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