On Tue, 23 Oct 2012, Al Viro wrote: > On Tue, Oct 23, 2012 at 01:30:26PM -0400, Chris Metcalf wrote: > > > I fetched the series from your arch-tile branch and built it, and it works > > fine. It looks good from my inspection: > > > > Acked-by: Chris Metcalf <cmetc...@tilera.com> > > Thanks; Acked-by applied, branch pushed and put into no-rebase mode. > > BTW, something like detached Acked-by objects might be a good idea - i.e. > commit-like git object with amendment to commit message of a given ancestor. > The situation when ACKs come only after the commit has been pushed is quite > common. Linus, what do you think about usefulness of such thing? Ability > to append ACKed-by/Tested-by of an earlier commit to a branch instead of > git commit --amend + possibly some cherry-picks + force-push, that is.
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 <comment>" would be appreciated! Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/