All of lore.kernel.org
 help / color / mirror / Atom feed
From: Theodore Tso <tytso@mit.edu>
To: Nicolas Pitre <nico@cam.org>
Cc: Junio C Hamano <junkio@cox.net>, git@vger.kernel.org
Subject: Re: [PATCH] Add --no-reuse-delta, --window, and --depth options to git-gc
Date: Mon, 7 May 2007 23:21:22 -0400	[thread overview]
Message-ID: <20070508032122.GA10940@thunk.org> (raw)
In-Reply-To: <alpine.LFD.0.99.0705072305270.24220@xanadu.home>

On Mon, May 07, 2007 at 11:13:58PM -0400, Nicolas Pitre wrote:
> On Mon, 7 May 2007, Theodore Ts'o wrote:
> 
> > Sometimes users might want to use more aggressive packing options
> > when doing a git-gc.  This allows them to do so without having
> > to use the low-level plumbing commands.
> 
> The 'git repack' command isn't _that_ low level, is it?  
> git-pack-objects is plumbing for sure, but not git-repack?
> 
> Especially if you're aware and interested in those options, you won't be 
> afraid of 'git repack -a -f -d --window=...".
> 
> In the context of "gc", having an option that reads "window" looks a bit 
> strange too.

I suppose, but you either need to then know all of the other commands
which git-gc runs, and do them manually, skipping git-gc altogether,
or use git-gc, and end up rewriting the pack twice, ince using the
git-repack in git-gc, and then once manually so you can give the
options that you really want to give to git-repack.

Maybe the right approach is to have a way to specify default --window
and --depth as git configuration variables?  Looks like there is a
pack.window already, but not a pack.depth.

What if we add a pack.depth configuration option, and add only
--no-reuse-delta to git-gc?   Would that be better?

						- Ted

  reply	other threads:[~2007-05-08  3:21 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-08  2:54 [PATCH] Add --no-reuse-delta, --window, and --depth options to git-gc Theodore Ts'o
2007-05-08  3:13 ` Nicolas Pitre
2007-05-08  3:21   ` Theodore Tso [this message]
2007-05-08  3:38     ` Dana How
2007-05-08  4:43     ` Junio C Hamano
2007-05-08 13:28       ` [PATCH] Add --no-reuse-delta, --window, and --depth options to Theodore Ts'o
2007-05-08 13:28         ` [PATCH] Add pack.depth option to git-pack-objects and change default depth to 50 Theodore Ts'o
2007-05-08 13:28           ` [PATCH] Add --no-reuse-delta option to git-gc Theodore Ts'o
2007-05-08 15:35             ` Nicolas Pitre
2007-05-09  5:05             ` Daniel Barkalow
2007-05-09  8:15               ` Junio C Hamano
2007-05-09  9:02                 ` Steven Grimm
2007-05-09 11:35                   ` Other compression?, was " Johannes Schindelin
2007-05-09 15:15                   ` Junio C Hamano
2007-05-09 19:10                   ` Shawn O. Pearce
2007-06-10  7:40                     ` Sam Vilain
2007-06-11  1:51                       ` Nicolas Pitre
2007-06-11  6:20                         ` Steven Grimm
2007-06-11  6:31                           ` Shawn O. Pearce
2007-06-11 10:20                         ` Johannes Schindelin
2007-06-11 14:01                           ` Nicolas Pitre
2007-06-11 21:40                             ` Johannes Schindelin
2007-05-09 19:48                 ` [PATCH] Add --aggressive option to 'git gc' Theodore Tso
2007-05-09 20:19                   ` Junio C Hamano
2007-05-09 22:22                     ` Theodore Tso
2007-05-10  7:38                   ` Junio C Hamano
2007-05-08 15:38           ` [PATCH] Add pack.depth option to git-pack-objects and change default depth to 50 Nicolas Pitre
2007-05-08 16:30             ` Theodore Tso
2007-05-08 16:49               ` Johannes Schindelin
2007-05-08 18:09                 ` Theodore Tso
2007-05-08 18:46                   ` Nicolas Pitre
2007-05-09 13:49                     ` Theodore Tso
2007-05-09 14:17                       ` Johannes Schindelin
2007-05-08 17:07               ` Dana How
2007-05-08 17:35               ` Nicolas Pitre
2007-05-09  5:03                 ` Junio C Hamano
2007-05-08 15:30         ` [PATCH] Add --no-reuse-delta, --window, and --depth options to Nicolas Pitre
2007-05-08 21:12           ` Junio C Hamano
2007-05-08 23:59             ` Nicolas Pitre
2007-05-08 13:46       ` [PATCH] Add --no-reuse-delta, --window, and --depth options to git-gc Nicolas Pitre

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=20070508032122.GA10940@thunk.org \
    --to=tytso@mit.edu \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    --cc=nico@cam.org \
    /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.