https://bugs.freedesktop.org/show_bug.cgi?id=91966

--- Comment #55 from Benno Schulenberg <bensb...@justemail.net> ---
(In reply to Kevin Brace from comment #54)
> $ diff -cr Original_xf86-video-openchrome xf86-video-openchrome >
> Sample_Patch.patch

That is nearly right: instead of '-cr' you would use '-ur', making a unified
diff.

However, it seems you make patches from an unpacked tarball.  It would be much
better if you made your changes in git.  That is: in git branches.

Use 'git clone' to make a copy of the openchrome repository.  Then use 'git
checkout -b somefix' to make a branch, then make your changes there, and when
you have a self-contained small change ready, you do 'git commit -a' and write
a nice commit summary.  Then you make more changes, and then commit those, and
so on.  Instead of 'somefix' you use whatever name is appropriate for the thing
you are working on.  The smaller the single, self-contained commits, the
better.

-- 
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

Reply via email to