From: Pierre Habouzit <madcoder@debian.org>
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 12:02:45 +0100 [thread overview]
Message-ID: <20081031110245.GA22633@artemis.corp> (raw)
In-Reply-To: <f1d2d9ca0810310243r669840bbj2c5ee7183e0caaed@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 631 bytes --]
On Fri, Oct 31, 2008 at 09:43:43AM +0000, Thanassis Tsiodras wrote:
> So even though the xdelta is just 8KB, and git-gc actually finds out
> that indeed
> the new file is very similar to the old one, the initial commit of the
> new version
> in the repos is not taking advantage.
Have you tried to git repack with aggressive options, like:
git repack --window=500 --depth=500 \
--window-memory=<fair amount of your physical RAM>
--
·O· Pierre Habouzit
··O madcoder@debian.org
OOO http://www.madism.org
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
next prev parent reply other threads:[~2008-10-31 11:04 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 [this message]
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
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=20081031110245.GA22633@artemis.corp \
--to=madcoder@debian.org \
--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 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.