From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id 090E61F542 for ; Tue, 16 May 2023 23:18:59 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=pobox.com header.i=@pobox.com header.a=rsa-sha256 header.s=sasl header.b=ekzWuNyA; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231407AbjEPXSv (ORCPT ); Tue, 16 May 2023 19:18:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54554 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230167AbjEPXSn (ORCPT ); Tue, 16 May 2023 19:18:43 -0400 Received: from pb-smtp1.pobox.com (pb-smtp1.pobox.com [64.147.108.70]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92A6183D3 for ; Tue, 16 May 2023 16:18:16 -0700 (PDT) Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id F0ED719EBBA; Tue, 16 May 2023 19:18:15 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=jA9tLR1C7cmovjbZr3W+z3pBptBl3CfHWvmGgp jsdo0=; b=ekzWuNyARdnc4f6zkLb4GzbvD7hPZVZI/9Su1p2OFsBeILTdaW0K+h zwCjiWlnasBI7SHXdMevJmuykweqXsMJ5K6T3EwtKgmeNqAvzmkz6Agtgs2fQo0K WdMrHbEgwXH3YYZ2p5tTQTd1xSmqz5PEpB84j5hkxcmq53gnWX+mk= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id E9F8919EBB9; Tue, 16 May 2023 19:18:15 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.203.137.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 5E95019EBB8; Tue, 16 May 2023 19:18:15 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Linus Arver Cc: Linus Arver via GitGitGadget , git@vger.kernel.org, Christian Couder Subject: Re: [PATCH v2 0/9] docs: interpret-trailers: reword and add examples References: Date: Tue, 16 May 2023 16:18:14 -0700 In-Reply-To: (Linus Arver's message of "Tue, 16 May 2023 15:57:27 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: EF580C60-F43F-11ED-AA79-C65BE52EC81B-77302942!pb-smtp1.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Linus Arver writes: > FYI: I am currently on vacation (in hindsight I should have mentioned > this ahead of time) and won't be back until June 5. Still, I am highly > interested in seeing how my topic branch evolves (along with the > interactions with 'seen', 'next', etc) so I will at least have a look > time to time before my official @work return date to see if I can rebase > this topic on master when it (master) moves. Thanks. FYI, we will go into a pre-release feature freeze when no new "features" or "fixes" will graduate to the 'master' branch, unless it is a regression fix to the change that happened between 2.40 and 'master'. As the next release is planned for the beginning of June, your vacation would coincide well with back-burnering the topic ;-) Have fun.