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=-4.2 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW, 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 9B6A71F8C6 for ; Wed, 11 Aug 2021 21:02:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230481AbhHKVCu (ORCPT ); Wed, 11 Aug 2021 17:02:50 -0400 Received: from cloud.peff.net ([104.130.231.41]:44720 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229589AbhHKVCt (ORCPT ); Wed, 11 Aug 2021 17:02:49 -0400 Received: (qmail 23145 invoked by uid 109); 11 Aug 2021 21:02:25 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Wed, 11 Aug 2021 21:02:25 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 14897 invoked by uid 111); 11 Aug 2021 21:02:25 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Wed, 11 Aug 2021 17:02:25 -0400 Authentication-Results: peff.net; auth=none Date: Wed, 11 Aug 2021 17:02:24 -0400 From: Jeff King To: Michael J Gruber Cc: Junio C Hamano , Bagas Sanjaya , Felipe Contreras , git@vger.kernel.org, Jonathan Nieder , Matthieu Moy Subject: Re: [PATCH 6/7] stage: add 'diff' subcommand Message-ID: References: <20210811045727.2381-1-felipe.contreras@gmail.com> <20210811045727.2381-7-felipe.contreras@gmail.com> <8034894f-a8dd-e1ee-1825-7cb172afdba3@gmail.com> <162871314612.7067.6886805754107701040.git@grubix.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Wed, Aug 11, 2021 at 04:40:54PM -0400, Jeff King wrote: > Agreed. At one point[1] I half-proposed a "git put" command that would > move changes between those three places (and giving a concrete name for > the index and working tree so they could be specified as sources or > destinations). I forgot my footnote. It's: https://lore.kernel.org/git/20110607200659.GA6177@sigill.intra.peff.net/ Not that I really think it's worth anybody's time to dig too far into it. -Peff