Switch from backticks to Utils.popen_read
This commit is contained in:
parent
802775078c
commit
197a12c900
@ -188,7 +188,7 @@ class Updater
|
||||
end
|
||||
|
||||
def diff
|
||||
`git diff-tree -r --name-status --diff-filter=AMD #{initial_revision} #{current_revision}`
|
||||
Utils.popen_read("git", "diff-tree", "-r", "--name-status", "--diff-filter=AMD", initial_revision, current_revision)
|
||||
end
|
||||
|
||||
def `(cmd)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user