[Openchrome-devel] [Bug 91966] No signal to monitor with X and openchrome using VX855 chipset graphics
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Nov 14 02:24:42 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=91966
--- Comment #90 from Benno Schulenberg <bensberg at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/openchrome-devel/attachments/20151114/fbbb0f61/attachment.html>
More information about the Openchrome-devel
mailing list