We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
am
Right now we just give up ungracefully when am --3way fails.
am --3way
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).
git apply --3way
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 anam
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.
The text was updated successfully, but these errors were encountered: