From: "Eric Raible" <raible@gmail.com>
To: "Jeff Whiteside" <jeff.m.whiteside@gmail.com>
Cc: "Elijah Newren" <newren@gmail.com>,
"Changsheng Jiang" <jiangzuoyan@gmail.com>,
"Git Mailing List" <git@vger.kernel.org>
Subject: Re: RFC: perhaps a "new file" should not be deleted by "git reset --hard"
Date: Thu, 11 Sep 2008 14:24:51 -0700 [thread overview]
Message-ID: <279b37b20809111424y73a3f6b9xe7f5019b9ba0da16@mail.gmail.com> (raw)
In-Reply-To: <3ab397d0809111022m24c81bd9y2520f6be478babd3@mail.gmail.com>
On Thu, Sep 11, 2008 at 10:22 AM, Jeff Whiteside
<jeff.m.whiteside@gmail.com> wrote:
> And if you want to delete all untracked files
> ls | sed s/`git status --index --filenamesonly`//g | rm
> ls | sed s/`git status --commitrepo --filenamesonly`//g | rm
> (I realize those commands don't actually work, but I'm a noob.)
"git clean" (http://www.kernel.org/pub/software/scm/git/docs/git-clean.html)
will delete untracked file.
> So that 'tracked by git' isn't just another ambiguous semantic.
While I can't find where it might be explicitly defined, it does seem
clear that a file/dir is "tracked" as soon as it's added.
My question is why "git reset --hard" can't make a special case for
_newly added_ tracked files. After all, "git status" knows that they're
"new files", and "git reset --hard" could realize that wiping them off
the face of the earth isn't the most helpful thing possible.
- Eric
next prev parent reply other threads:[~2008-09-11 21:26 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-10 19:12 RFC: perhaps a "new file" should not be deleted by "git reset --hard" Eric Raible
[not found] ` <eafc0afe0809101912v72916d3hce9ae5d6812f0db8@mail.gmail.com>
2008-09-11 2:14 ` Changsheng Jiang
2008-09-11 2:38 ` Elijah Newren
2008-09-11 20:50 ` Eric Raible
2008-09-11 21:34 ` Junio C Hamano
2008-09-11 22:19 ` Eric Raible
2008-09-11 23:04 ` Jeff Whiteside
2008-09-11 23:29 ` Eric Raible
2008-09-11 2:46 ` Eric Raible
2008-09-11 6:05 ` Changsheng Jiang
2008-09-11 6:15 ` RFC: perhaps a Eric Raible
2008-09-11 16:32 ` RFC: perhaps a "new file" should not be deleted by "git reset --hard" Elijah Newren
[not found] ` <3ab397d0809111022m24c81bd9y2520f6be478babd3@mail.gmail.com>
2008-09-11 21:24 ` Eric Raible [this message]
2008-09-11 23:39 ` Miklos Vajna
2008-09-11 23:49 ` Eric Raible
2008-09-12 15:41 ` Miklos Vajna
2008-09-11 6:14 ` Mike Hommey
2008-09-11 20:26 ` Eric Raible
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=279b37b20809111424y73a3f6b9xe7f5019b9ba0da16@mail.gmail.com \
--to=raible@gmail.com \
--cc=git@vger.kernel.org \
--cc=jeff.m.whiteside@gmail.com \
--cc=jiangzuoyan@gmail.com \
--cc=newren@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.