<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - No signal to monitor with X and openchrome using VX855 chipset graphics"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91966#c90">Comment # 90</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - No signal to monitor with X and openchrome using VX855 chipset graphics"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91966">bug 91966</a>
              from <span class="vcard"><a class="email" href="mailto:bensberg@justemail.net" title="Benno Schulenberg <bensberg@justemail.net>"> <span class="fn">Benno Schulenberg</span></a>
</span></b>
        <pre>(In reply to Kevin Brace from <a href="show_bug.cgi?id=91966#c89">comment #89</a>)
<span class="quote">> 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.</span >

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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>