From: Linus Torvalds <torvalds@osdl.org>
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] prune: --expire=time
Date: Sun, 21 Jan 2007 18:58:22 -0800 (PST) [thread overview]
Message-ID: <Pine.LNX.4.64.0701211851310.14248@woody.osdl.org> (raw)
In-Reply-To: <7virezwzpz.fsf@assigned-by-dhcp.cox.net>
On Sun, 21 Jan 2007, Junio C Hamano wrote:
> >
> > So to recap: "git prune" simply isn't a safe thing to do. Don't do it
> > without thinking. I'm not at all sure it's a good idea that "git gc" does
> > it for you, since it just encourages mindless pruning that probably
> > shouldn't happen in the first place.
>
> I guess we are in agreement on this.
Well, having complained about "git prune", I at the same time have to
admit that I worry about loose objects (and scary messages from
git-fsck-objects) potentially confusing new people.
So "git prune" _does_ remove stuff that happens normally. It removes stuff
that accumulates (even with reflog) thanks to commands that were
interrupted with ^C, and it also removes the auto-merge turds that the
recursive merge can create when it does its internal pseudo-commit for
more complex merges.
So I don't think running "prune" from within "git gc" is necessarily
wrong per se - I just don't think it's a good idea to do so by _default_,
exactly because of the issues it can have.
So hiding "git prune" behind "git gc" is probably a good thing (make
people learn just one thing they need to interface to), but maybe we need
a "--prune" flag to the gc command, and then perhaps just document that
you should be careful.
Linus
next prev parent reply other threads:[~2007-01-22 2:58 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-18 17:18 [PATCH] prune-packed: new option --min-age=N Matthias Lederhofer
2007-01-18 17:24 ` Shawn O. Pearce
2007-01-18 17:42 ` Matthias Lederhofer
2007-01-18 17:51 ` Shawn O. Pearce
2007-01-18 22:29 ` [RFC] prune: --expire=seconds Matthias Lederhofer
2007-01-18 22:32 ` Junio C Hamano
2007-01-19 3:44 ` Shawn O. Pearce
2007-01-19 10:49 ` [PATCH] prune: --expire=time Matthias Lederhofer
2007-01-19 15:41 ` Nicolas Pitre
2007-01-19 19:18 ` Junio C Hamano
2007-01-20 11:18 ` Matthias Lederhofer
2007-01-21 6:55 ` Junio C Hamano
2007-01-21 7:53 ` Shawn O. Pearce
2007-01-21 10:37 ` Matthias Lederhofer
2007-01-21 11:17 ` Junio C Hamano
2007-01-21 22:01 ` Jeff King
2007-01-22 1:38 ` Steven Grimm
2007-01-22 1:52 ` Jeff King
2007-01-22 2:06 ` Junio C Hamano
2007-01-22 2:23 ` Linus Torvalds
2007-01-22 2:40 ` Junio C Hamano
2007-01-22 2:58 ` Linus Torvalds [this message]
2007-01-22 5:17 ` Junio C Hamano
2007-01-22 6:26 ` Linus Torvalds
2007-01-22 6:57 ` Shawn O. Pearce
2007-01-22 7:12 ` Junio C Hamano
2007-01-22 9:32 ` Jakub Narebski
2007-01-22 3:26 ` [PATCH] v1.5.0.txt: update description of git-gc Jeff King
2007-01-22 2:03 ` [PATCH] prune: --expire=time Junio C Hamano
2007-01-20 12:06 ` Simon 'corecode' Schubert
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=Pine.LNX.4.64.0701211851310.14248@woody.osdl.org \
--to=torvalds@osdl.org \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).