|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Need help to debug win7 BSOD on IGD passthrough
G.R. writes ("Re: Need help to debug win7 BSOD on IGD passthrough"):
> 2. Any guide to generate patch series in git?
> The wiki has a tutorial for Mercurial, but not git.
> Generating well-formed patch series from a single file manually is not
> a pleasant task.
git-format-patch
git-send-email
I use:
rm -r ../d; mkdir ../d; git-format-patch -o ../d basis -n
^^^^^ tag or branch for
where to start from
git-send-email --bcc MYSELF --no-chain-reply-to ../d --to
xen-devel@xxxxxxxxxxxxxxxxxxx --compose
and answer the questions; don't forget to start cover letter subject line
with [PATCH 00/16] or whatever
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |