Andrew Morton wrote:
> On Tue, 31 Oct 2006 08:48:01 +0100
> "Rafael J. Wysocki" <[email protected]> wrote:
>
>>>> It's one of these:
>>>>
>>>> git-acpi.patch
>>>> git-acpi-fixup.patch
>>>> git-acpi-more-build-fixes.patch
>>>>
>>> You might need to resend the original report so the acpi guys can see it.
>> Okay, I will.
>
> Thanks.
>
>>> Meanwhile, I'll have to drop the acpi tree.
>> Well, I'd prefer to find the offending commit within the tree, as the majority
>> of changes look pretty innocent. Are the commits available somewhere as
>> individual patches?
>
> git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git#test
>
> I've not had much success persuading git to emit a series of applyable
> patches.
git-format-patch can make a patch file for each commit in range, each
prefixed with a four digit patch number and named similarly to patches
in -mm:
git format-patch -o <dir> <from>..<to>
For example:
0009-DM-kill-bogus-uninit-warning.txt
0010-drivers-net-drivers-net-Silence-more-bogosities.txt
0011-debug-shared-irqs.txt
0012-debug-shared-irqs-kconfig-fix.txt
0013-make-frame_pointer-default-y.txt
It can also produce an mbox mailbox:
git format-patch --stdout <from>..<to>
I've used this second form in combination with a 'mailbomb' exploder to
extract the patches with a series file.
-apw
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]