git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matthieu Moy <Matthieu.Moy@imag.fr>
To: "Thanassis Tsiodras" <ttsiodras@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Are binary xdeltas only used if you use git-gc?
Date: Fri, 31 Oct 2008 13:42:05 +0100	[thread overview]
Message-ID: <vpqy705rl5u.fsf@bauges.imag.fr> (raw)
In-Reply-To: <f1d2d9ca0810310243r669840bbj2c5ee7183e0caaed@mail.gmail.com> (Thanassis Tsiodras's message of "Fri\, 31 Oct 2008 11\:43\:43 +0200")

"Thanassis Tsiodras" <ttsiodras@gmail.com> writes:

> If that is the case, I will create an alias to always git-gc after commits...

If you have a decent version of git, it already does "git gc --auto"
regularly. With --auto, git gc will do nothing if you don't have too
many unpacked objects, and will try to do the right thing otherwise
(incremental packs, see man git gc). The idea is that "git gc" is a
costly operation, and git prefers to waste a bit of disk space to make
most "commit" really fast, and to take time to optimize the repository
only when it grew too much.

If you're worried about repository size and you have a permanently
running machine, a good idea is to run git gc in a cron job, so that
you work fast in daytime, and your computer optimizes hard at night
time ;-) (I have gic gc + git fsck in a cron job, so I'll also know if
a repository gets corrupted).

-- 
Matthieu

  parent reply	other threads:[~2008-10-31 12:46 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-31  9:43 Are binary xdeltas only used if you use git-gc? Thanassis Tsiodras
2008-10-31 11:02 ` Pierre Habouzit
2008-10-31 11:16   ` Thanassis Tsiodras
2008-10-31 19:47     ` Nicolas Pitre
2008-10-31 19:31   ` Nicolas Pitre
2008-10-31 11:15 ` Jakub Narebski
2008-10-31 11:28   ` Thanassis Tsiodras
2008-10-31 16:26     ` Jakub Narebski
2008-10-31 16:42       ` Matthieu Moy
2008-10-31 19:53         ` Nicolas Pitre
2008-11-01 11:54           ` Thanassis Tsiodras
2008-11-01 13:25             ` Nicolas Pitre
2008-11-03 20:35               ` Thanassis Tsiodras
2008-11-03 20:52                 ` Pieter de Bie
2008-11-03 21:42                 ` Nicolas Pitre
2008-11-03 22:53                   ` Thanassis Tsiodras
2008-11-04  1:18                     ` Nicolas Pitre
2008-11-04  1:36                       ` Junio C Hamano
2008-11-04  1:57                         ` Nicolas Pitre
2008-11-04  3:17                           ` Junio C Hamano
2008-10-31 17:03   ` Jean-Luc Herren
2008-10-31 12:42 ` Matthieu Moy [this message]
2008-10-31 14:22   ` Thanassis Tsiodras

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=vpqy705rl5u.fsf@bauges.imag.fr \
    --to=matthieu.moy@imag.fr \
    --cc=git@vger.kernel.org \
    --cc=ttsiodras@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 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).