All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Narebski <jnareb@gmail.com>
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 04:15:32 -0700 (PDT)	[thread overview]
Message-ID: <m37i7pggnk.fsf@localhost.localdomain> (raw)
In-Reply-To: <f1d2d9ca0810310243r669840bbj2c5ee7183e0caaed@mail.gmail.com>

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

> I've been usig Git for the last couple of months and am quite happy with it.
> In one of my Git repositories, I am storing uncompressed .tar files
> (since being uncompressed allows git to detect and store
> only their "real"differences).

I think you can use clean / smudge filter in gitattributes for that.

[...]

> Then again, I must confess I only did the git-gc after I pushed.
> Does the git-push actually take advantage of the similarities only if
> I do a git-gc first?

Git does deltification _only_ in packfiles. But when you push via SSH
git would generate a pack file with commits the other side doesn't
have, and those packs are thin packs, so they also have deltas... but
the remote side then adds bases to those thin packs making them
standalone: you would have to git-gc on remote.

HTH
-- 
Jakub Narebski
Poland
ShadeHawk on #git

  parent reply	other threads:[~2008-10-31 11:16 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 [this message]
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=m37i7pggnk.fsf@localhost.localdomain \
    --to=jnareb@gmail.com \
    --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.