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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 F14E0C433ED for ; Wed, 5 May 2021 20:11:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D48EB610EA for ; Wed, 5 May 2021 20:11:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233905AbhEEUMl (ORCPT ); Wed, 5 May 2021 16:12:41 -0400 Received: from shell1.rawbw.com ([198.144.192.42]:26064 "EHLO shell1.rawbw.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233852AbhEEUMk (ORCPT ); Wed, 5 May 2021 16:12:40 -0400 Received: from yv.noip.me (c-73-189-35-76.hsd1.ca.comcast.net [73.189.35.76]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 145KBdBU081432 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Wed, 5 May 2021 13:11:39 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-73-189-35-76.hsd1.ca.comcast.net [73.189.35.76] claimed to be yv.noip.me Subject: Re: [feature suggestion] Add 'git stash export', 'git stash import' commands to allow to backup stash externally To: "Randall S. Becker" , "'Git Mailing List'" References: <000401d741ea$5227c610$f6775230$@nexbridge.com> From: Yuri Message-ID: <5d162b5b-9bdf-7a33-7bbe-e8caa8012ebc@rawbw.com> Date: Wed, 5 May 2021 13:11:38 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.9.1 MIME-Version: 1.0 In-Reply-To: <000401d741ea$5227c610$f6775230$@nexbridge.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On 5/5/21 1:07 PM, Randall S. Becker wrote: > I would like to suggest another option: Teach clone and fetch to transfer stash commits This would make them public, which is not always desirable. IMO both options should be implemented. Yuri