Displaying 2 results from an estimated 2 matches for "mypatch2".
Did you mean:
mypatch
2020 Aug 10
2
How to deal with multiple patches to the same file
...>Phabricator as a diff; it doesn't care about branches.
>
>Now let's make a second patch dependent on the first one, using a
>separate branch. This is a foolish irrelevant change just for example.
>------------------------------
>D:\upstream\llvm-project>git checkout -b mypatch2
>Switched to a new branch 'mypatch2'
>
>D:\upstream\llvm-project>notepad llvm\test\Transforms\NewGVN\todo-pr42422-phi-of-ops.ll
>
>D:\upstream\llvm-project>git commit -a -m "a dependent patch"
>[mypatch2 46eb5487e15] a dependent patch
> 1 file changed, 1...
2020 Aug 10
2
How to deal with multiple patches to the same file
I think I understand the concepts, but I sure would appreciate a specific example, and I appreciate the offer. To make your life harder, could you start with what I should do given that I have not created a branch for the first patch? I just have the six files staged.
I have GitHub Desktop installed, if that makes any of the steps easier.
Thanks again, and no rush!
At 8/10/2020 10:07 AM,