"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Stefan Sperling <stsp@stsp.name>
Subject:
Re: add remove but keep files
To:
Tracey Emery <tracey@traceyemery.net>, gameoftrees@openbsd.org
Date:
Sat, 14 Dec 2019 16:40:00 +0100

Download raw body.

Thread
  • Klemens Nanni:

    add remove but keep files

  • On Sat, Dec 14, 2019 at 04:17:20PM +0100, Klemens Nanni wrote:
    > On Fri, Dec 13, 2019 at 08:06:19AM -0700, Tracey Emery wrote:
    > > Hello,
    > > 
    > > Does adding a new argument of '-k Keep removed files from work tree on
    > > disk.' to 'got remove' make sense, or is it just adding useless bloat?
    > > 
    > > I don't think git has this option and don't know about other versioning
    > > systems that might set a precedent for its addition.
    > See git-rm(1) --cached
    
    Ah, of course. Makes sense because Git users are supposed to think of
    the system in terms of implementation details, rather than use cases.
    
    
    
  • Klemens Nanni:

    add remove but keep files