[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5087848D.7060400@viscovery.net>
Date: Wed, 24 Oct 2012 08:02:53 +0200
From: Johannes Sixt <j.sixt@...covery.net>
To: Jeff King <peff@...f.net>
CC: Marc Gauthier <marc@...silica.com>,
Thomas Gleixner <tglx@...utronix.de>,
Al Viro <viro@...IV.linux.org.uk>,
Chris Metcalf <cmetcalf@...era.com>,
LKML <linux-kernel@...r.kernel.org>,
"linux-arch@...r.kernel.org" <linux-arch@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Catalin Marinas <catalin.marinas@....com>,
"git@...r.kernel.org" <git@...r.kernel.org>,
Junio C Hamano <gitster@...ox.com>
Subject: Re: [PATCH] tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVE
Am 10/24/2012 0:23, schrieb Jeff King:
> For the fold-on-rebase idea, I'd think you would want something similar,
> like setting rebase.foldNotes to "foo" to say "refs/notes/foo contains
> pseudo-headers that should be folded in like a signed-off-by".
If you are rebasing anyway, you can already use interactive rebase's
--autosquash option:
# a late ACK came in:
git commit --allow-empty -m'squash! tile: support GENERIC_
Acked-by: A U Thor <author@...mple.com>'
git rebase -i --keep-empty --autosquash $forkpoint
Requires git 1.7.11 for --keep-empty and requires to edit out the
'squash!...' headers when the editor appears during the rebase.
-- Hannes
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists