ply icon indicating copy to clipboard operation
ply copied to clipboard

Try harder if `am` --3way fails

Open rconradharris opened this issue 11 years ago • 0 comments

Right now we just give up ungracefully when am --3way fails.

There might be ways to try harder on behalf of the user.

For example, git apply --3way seems to occasionally work even if an am fails (since it doesn't call build_fake_ancestors).

Placeholder for considering this.

A better solution would be to fix the underlying missing blob issue if we can figure out exactly what's going on here.

rconradharris avatar Jul 03 '13 20:07 rconradharris