From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: git and binary files Date: Wed, 16 Jan 2008 10:02:32 -0800 Message-ID: <7vwsq9r6mf.fsf@gitster.siamese.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Wincent Colaiuta , Johannes Schindelin , David Symonds , git@vger.kernel.org To: Petko Manolov X-From: git-owner@vger.kernel.org Wed Jan 16 19:03:24 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1JFCbg-00083f-6v for gcvg-git-2@gmane.org; Wed, 16 Jan 2008 19:03:20 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750917AbYAPSCr (ORCPT ); Wed, 16 Jan 2008 13:02:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751270AbYAPSCr (ORCPT ); Wed, 16 Jan 2008 13:02:47 -0500 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:57613 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750861AbYAPSCq (ORCPT ); Wed, 16 Jan 2008 13:02:46 -0500 Received: from a-sasl-quonix (localhost [127.0.0.1]) by a-sasl-quonix.pobox.com (Postfix) with ESMTP id 59C154ABE; Wed, 16 Jan 2008 13:02:45 -0500 (EST) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.pobox.com (Postfix) with ESMTP id A05084ABC; Wed, 16 Jan 2008 13:02:39 -0500 (EST) In-Reply-To: (Petko Manolov's message of "Wed, 16 Jan 2008 16:45:43 +0200 (EET)") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Petko Manolov writes: > On Wed, 16 Jan 2008, Wincent Colaiuta wrote: > >> If the exact contents of these large binaries *really* don't matter, >> as you say they don't, than why don't you just commit one and never >> touch it again? > > Unfortunately those binaries does change, although the process is slow > and not very frequent. And this is why it pokes me in the eye - for > changing a few bytes i end up with much larger repository. For changing a few bytes you get with much larger repository? What happened to our packfiles? Is it possible for us to take a look at two versions of such a binary blob, one before the change and one after such a change that touches only a few bytes?