Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965604Ab2JWVKM (ORCPT ); Tue, 23 Oct 2012 17:10:12 -0400 Received: from mail-qa0-f53.google.com ([209.85.216.53]:42777 "EHLO mail-qa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933722Ab2JWVKH (ORCPT ); Tue, 23 Oct 2012 17:10:07 -0400 MIME-Version: 1.0 In-Reply-To: <20121023205119.GA27729@sigill.intra.peff.net> References: <20121016223508.GR2616@ZenIV.linux.org.uk> <201210192041.q9JKf7jD003998@farm-0010.internal.tilera.com> <20121019213548.GR2616@ZenIV.linux.org.uk> <5082A1F1.3080303@tilera.com> <20121020153401.GT2616@ZenIV.linux.org.uk> <20121020171643.GU2616@ZenIV.linux.org.uk> <5086D432.4070008@tilera.com> <20121023184122.GZ2616@ZenIV.linux.org.uk> <20121023205119.GA27729@sigill.intra.peff.net> From: Catalin Marinas Date: Tue, 23 Oct 2012 22:09:46 +0100 X-Google-Sender-Auth: Dot6xnI8alIPh-6gbJ0kxY2EZl4 Message-ID: Subject: Re: [PATCH] tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVE To: Jeff King Cc: Thomas Gleixner , Al Viro , Chris Metcalf , LKML , linux-arch@vger.kernel.org, Linus Torvalds , git@vger.kernel.org, Junio C Hamano Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1803 Lines: 42 On 23 October 2012 21:51, Jeff King wrote: > On Tue, Oct 23, 2012 at 10:47:28PM +0200, Thomas Gleixner wrote: > >> I agree that this is a common issue. Acked-by/Reviewed-by mails come >> in after the fact that the patch has been committed to an immutable >> (i.e no-rebase mode) branch or if the change in question already hit >> Linus tree. >> >> Still it would be nice to have a recording of that in the git tree >> itself. >> >> Something like: "git --attach SHA1 " would be appreciated! > > It is spelled: > > git notes add -m SHA1 > > The resulting notes are stored in a separate revision-controlled branch > and can be pushed and pulled like regular refs. Note, though, that the > default refspecs do not yet include refs/notes, so you'd have to add > them manually. The workflows around notes are not very mature yet, so if > you start using them, feedback would be appreciated. What would be nice is that notes are pushed/pulled automatically with standard git push/fetch/pull commands. Usually git walks the DAG starting with the pulled commit or tag and following the parents. With notes, the reference is reversed, the note pointing to the commit and not the other way around. So handling this automatically in Git would be really useful. The other feature I'd like is that notes are automatically folded in the log during git rebase (maybe similar to the squash option). If you rebase, you lose all the notes (though this depends on the workflow, it may not be needed with published branches). -- Catalin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/