git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Is it possible for git to support binary differencing for binary files?
  2007-10-11 16:07 Suggestion for mailing lists... split [PATCH]-es into own list Johannes Schindelin
@ 2007-10-11 16:37 ` 银平
  2007-10-11 17:54   ` Jean-Luc Herren
  2007-10-11 18:15   ` Alex Riesen
  0 siblings, 2 replies; 5+ messages in thread
From: 银平 @ 2007-10-11 16:37 UTC (permalink / raw)
  To: git

Hi. 
Storing binary files as deltas is helpful to keep source and binary files
together and in sync  So is it possible for git to do that as svn. This is
my only pain when using git.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Is it possible for git to support binary differencing for binary files?
  2007-10-11 16:37 ` Is it possible for git to support binary differencing for binary files? 银平
@ 2007-10-11 17:54   ` Jean-Luc Herren
  2007-10-12  3:01     ` franky
  2007-10-11 18:15   ` Alex Riesen
  1 sibling, 1 reply; 5+ messages in thread
From: Jean-Luc Herren @ 2007-10-11 17:54 UTC (permalink / raw)
  To: 银平; +Cc: git

银平 wrote:
> Hi. 
> Storing binary files as deltas is helpful [...] So is it
> possible for git to do that as svn. This is my only pain when
> using git.

Yes, and git does this already in pack files.  Maybe you're not
seeing it because you haven't packed anything yet.  Try to run
'git gc'.

jlh

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Is it possible for git to support binary differencing for binary files?
  2007-10-11 16:37 ` Is it possible for git to support binary differencing for binary files? 银平
  2007-10-11 17:54   ` Jean-Luc Herren
@ 2007-10-11 18:15   ` Alex Riesen
  1 sibling, 0 replies; 5+ messages in thread
From: Alex Riesen @ 2007-10-11 18:15 UTC (permalink / raw)
  To: 银平; +Cc: git

银平, Thu, Oct 11, 2007 18:37:43 +0200:
> Hi. 
> Storing binary files as deltas is helpful to keep source and binary files
> together and in sync  So is it possible for git to do that as svn. This is
> my only pain when using git.

Why? Git works perfectly with binary files. In fact, some of my repos
have more binaries than text.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Is it possible for git to support binary differencing for binary files?
  2007-10-11 17:54   ` Jean-Luc Herren
@ 2007-10-12  3:01     ` franky
  0 siblings, 0 replies; 5+ messages in thread
From: franky @ 2007-10-12  3:01 UTC (permalink / raw)
  To: 'Jean-Luc Herren'; +Cc: git

git-gc works perfectly! Thanks all very much. 

-----Original Message-----
From: Jean-Luc Herren [mailto:jlh@gmx.ch] 
Sent: Friday, October 12, 2007 1:54 AM
To: 银平
Cc: git@vger.kernel.org
Subject: Re: Is it possible for git to support binary differencing for
binary files?

银平 wrote:
> Hi. 
> Storing binary files as deltas is helpful [...] So is it
> possible for git to do that as svn. This is my only pain when
> using git.

Yes, and git does this already in pack files.  Maybe you're not
seeing it because you haven't packed anything yet.  Try to run
'git gc'.

jlh

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Is it possible for git to support binary differencing for binary files?
       [not found] <8c5c35580710111027t127fe9d5qe098d5372783b0@mail.gmail.com>
@ 2007-10-12  3:04 ` franky
  0 siblings, 0 replies; 5+ messages in thread
From: franky @ 2007-10-12  3:04 UTC (permalink / raw)
  To: 'Lars Hjemli'; +Cc: git

This is also useful. 3x. However, git-gc is what I want.

-----Original Message-----
From: Lars Hjemli [mailto:hjemli@gmail.com] 
Sent: Friday, October 12, 2007 1:27 AM
To: 银平
Cc: git@vger.kernel.org
Subject: Re: Is it possible for git to support binary differencing for
binary files?

On 10/11/07, 银平 <yinping@kooxoo.com> wrote:
> Storing binary files as deltas is helpful to keep source and binary files
> together and in sync  So is it possible for git to do that as svn. This is
> my only pain when using git.

Could 'git diff --binary' and 'git apply --binary' be what you're looking
for?

-- 
larsh

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-10-12  3:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <8c5c35580710111027t127fe9d5qe098d5372783b0@mail.gmail.com>
2007-10-12  3:04 ` Is it possible for git to support binary differencing for binary files? franky
2007-10-11 16:07 Suggestion for mailing lists... split [PATCH]-es into own list Johannes Schindelin
2007-10-11 16:37 ` Is it possible for git to support binary differencing for binary files? 银平
2007-10-11 17:54   ` Jean-Luc Herren
2007-10-12  3:01     ` franky
2007-10-11 18:15   ` Alex Riesen

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).