From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EFF6FC432C0 for ; Tue, 19 Nov 2019 20:15:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CC56F22317 for ; Tue, 19 Nov 2019 20:15:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726792AbfKSUPh (ORCPT ); Tue, 19 Nov 2019 15:15:37 -0500 Received: from ms.lwn.net ([45.79.88.28]:40062 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726722AbfKSUPh (ORCPT ); Tue, 19 Nov 2019 15:15:37 -0500 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id AF5822B2; Tue, 19 Nov 2019 20:15:36 +0000 (UTC) Date: Tue, 19 Nov 2019 13:15:35 -0700 From: Jonathan Corbet To: Linus Walleij Cc: linux-doc@vger.kernel.org, Kees Cook Subject: Re: [PATCH v2] Documentation: Document how to get links with git am Message-ID: <20191119131535.293471da@lwn.net> In-Reply-To: <20191118223019.81708-1-linus.walleij@linaro.org> References: <20191118223019.81708-1-linus.walleij@linaro.org> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, 18 Nov 2019 23:30:19 +0100 Linus Walleij wrote: > This adds Kees' clever apply hook to the kernel documentation so > it can be easily references when needed. > > Cc: Kees Cook > Link: https://lists.linuxfoundation.org/pipermail/ksummit-discuss/2019-July/006608.html > Signed-off-by: Linus Walleij > --- > ChangeLog v1->v2: > - Make the document part of maintainer/configure-git.rst > - Did not try to separate out to a standalone script file, the thing > needs to come with other command line interaction anyway > --- > Documentation/maintainer/configure-git.rst | 30 ++++++++++++++++++++++ > 1 file changed, 30 insertions(+) I've applied this, thanks. It's the first docs-next commit with a shiny new Link: tag :) jon