https://bugs.freedesktop.org/show_bug.cgi?id=91966
--- Comment #90 from Benno Schulenberg <bensb...@justemail.net> --- (In reply to Kevin Brace from comment #89) > What I was trying to figure out is how I can create a patch that gets > applied over the first patch I posted, but I have not been successful so far. First make sure all your changes are in patch files and safely outside of your openchrome git repo. Then do 'git reset --hard HEAD'. Then do 'git checkout -b workingonvx855', which makes a branch. Then make the changes (or apply the patch you already have) and commit it with 'git commit -as', write a message describing the change, and save. You will have made your first local commit. Then make more changes, then commit those. And so on. When you're done, do 'git format-patch origin', and git will make several patches for you that apply one after the other. You could also just look at 'git log' or 'git log -p' when you're still busy. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/openchrome-devel