ntoskrnl status

Mike McCormack mike at codeweavers.com
Mon Jun 19 19:56:58 CDT 2006


Saulius Krasuckas wrote:

>> http://wiki.winehq.org/GitWine seems to be more oriented at making
>> patches, not importing a patch made by someone else.

> $ cat origin_sd1.diff | patch -p1
> $ tools/make_requests
> $ git commit -a -m "ntoskrnl: Experimental implementation."

If the patch is created with "git format-message", you can use "git am 
origin_sd1.diff" to add it to your tree.  'am' applies a mailbox, which 
is a series of patches and their commit info.

Mike



More information about the wine-devel mailing list