From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 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,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 19D7E1F8C6 for ; Wed, 30 Jun 2021 06:11:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233484AbhF3GMm (ORCPT ); Wed, 30 Jun 2021 02:12:42 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:53894 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232905AbhF3GLu (ORCPT ); Wed, 30 Jun 2021 02:11:50 -0400 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id E9611D1A9A; Wed, 30 Jun 2021 02:09:20 -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=/hU77tohJvtEKhfXx9SyN7zAqha0pALXlptpkj l5zek=; b=raESXFfulrupgyXeEby1VS+lTWQFbA4ZNpwW3fSE54kClpxynDc4vT hl2O6s1DIPk7Wy5KLlZNbX/RglHE7LAXyYQc7QYedqJ3rJfQTDMawvAtd5sSJ8qq iLP5tBUfUiTMuFZuQpoV6RHBw4J4WjMkz1h2E3BzYmf9dUg9+Ojgc= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id D0ECED1A99; Wed, 30 Jun 2021 02:09:20 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.3.135]) (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 43376D1A98; Wed, 30 Jun 2021 02:09:20 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Jeff King Cc: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason , Ulrich Windl , Johannes Schindelin , git@vger.kernel.org Subject: Re: Antw: [EXT] Re: git add --interactive patch improvement for split hunks References: <60D45FE4020000A100041FCE@gwsmtp.uni-regensburg.de> <60D9A01C020000A100042099@gwsmtp.uni-regensburg.de> <87eecmgrnx.fsf@evledraar.gmail.com> Date: Tue, 29 Jun 2021 23:09:19 -0700 In-Reply-To: (Jeff King's message of "Tue, 29 Jun 2021 22:16:26 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: B563375C-D969-11EB-B587-8B3BC6D8090B-77302942!pb-smtp1.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Jeff King writes: > It looks like Junio carried it in "What's Cooking" for almost a > year, marked as "waiting for re-roll" to handle the squash, but then > eventually discarded it as stale. :( Heh, thanks for digging. Is the moral of the story that we should merge down unfinished topics more aggressively (hoping that the untied loose ends would be tied after they hit released version), we should prod owners of stalled topics with sharper stick more often, or something else?