[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 01/11] public: adjust documentation following XSA-217
On Wed, 21 Jun 2017, George Dunlap wrote: > On 21/06/17 16:54, Jan Beulich wrote: > >>>> On 21.06.17 at 17:44, <george.dunlap@xxxxxxxxxx> wrote: > >> When you have a long series like this, could you name the files in a way > >> that makes it easier for a shell script to get their order? e.g., > >> 01-xsa217-doc.patch, 02-gnttab-xfer-xenheap.patch, &c? > >> > >> Having to manually save-and-apply the name of each patch of an > >> eleven-patch series separately is fairly annoying. If they started with > >> a number, I could save them all to the same directory and then use "for > >> patch in *.patch ; do..." to apply them. > >> > >> (Using `git send-email` would also make things a lot easier...) > > > > Well, that's kind of difficult without using git for development work. > > I can try to remember to name patches suitably, but that's > > another manual step for me then > > Well, it's either an extra manual step for you, or an extra manual step > for every person who reviews your code. You don't need to justify to me > why you don't want to use git for development. However, it's not fair > to externalize the cost of your development preferences to everybody else. > > When it's just one or two patches I'm willing to make some > accommodation, but a series like this it's too much. I don't use git either (I use guilt). My solution to this problem is to `guilt push' all my patches, then export them back as patches from the commits using `git format-patch'. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |