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.7 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, RCVD_IN_DNSWL_MED,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 30DAF1F5AE for ; Thu, 6 May 2021 08:45:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233794AbhEFIqp (ORCPT ); Thu, 6 May 2021 04:46:45 -0400 Received: from shell1.rawbw.com ([198.144.192.42]:45916 "EHLO shell1.rawbw.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231880AbhEFIqn (ORCPT ); Thu, 6 May 2021 04:46:43 -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 1468jgl6045538 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 6 May 2021 01:45:43 -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: Felipe Contreras , Johannes Sixt Cc: Git Mailing List References: <35877543-93b8-00f8-692e-09a06d4679aa@kdbg.org> <6093ab6bd3ea8_24e620862@natae.notmuch> From: Yuri Message-ID: <8c802d6a-3cba-4c10-0430-0dbf95a56760@rawbw.com> Date: Thu, 6 May 2021 01:45:41 -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: <6093ab6bd3ea8_24e620862@natae.notmuch> 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/6/21 1:40 AM, Felipe Contreras wrote: > No. Commits are most definitely not public. Not unless you do > `git push`, and only if you push to a public repository. > > I have countless commits on local branches that nobody would every see. > Many on a "tmp" branch. So you advocate to use branches? If branches are same or better than stash, why was the stash feature created? Maybe it should be removed in favor of branches? Yuri