brew-pull: let git-am attempt three-way merge if patch doesn't apply
This commit is contained in:
parent
cf4080a9e0
commit
6c91c0806f
@ -66,6 +66,9 @@ ARGV.named.each do |arg|
|
|||||||
else
|
else
|
||||||
patch_args << '--whitespace=fix'
|
patch_args << '--whitespace=fix'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Fall back to three-way merge if patch does not apply cleanly
|
||||||
|
patch_args << "-3"
|
||||||
patch_args << patchpath
|
patch_args << patchpath
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user