search for: d77421

Displaying 1 result from an estimated 1 matches for "d77421".

Did you mean: 377421
2020 Apr 09
3
Applying patches from Phabricator?
...Raw Diff" button, it seems Phabricator reformats the patch, loosing the parent commit along the way, so often patches don't apply. The following works, because I've got the latest checkout on master, and the patch was rebased recently: F:\llvm-project>curl https://reviews.llvm.org/D77421?download=true -L >patch.txt F:\llvm-project>git apply -3 patch.txt But if I switch to the release branch and try to apply: F:\llvm-project>git reset && git checkout . (...) F:\llvm-project>git checkout release/10.x (...) F:\llvm-project>git apply -3 patch.txt error: patc...