git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Commit/merge messages for binary files
@ 2011-02-17 20:40 Piotr Krukowiecki
  2011-02-18 13:53 ` Matthieu Moy
  0 siblings, 1 reply; 12+ messages in thread
From: Piotr Krukowiecki @ 2011-02-17 20:40 UTC (permalink / raw)
  To: git

Hi,

there's a different output when committing change and when merging
change for a binary file.
Do the insertions/deletions have any meaning for binary files?

For example:

$ git commit -m Updated
[topic 5da30ce] Updated
 1 files changed, 8 insertions(+), 103 deletions(-)
 rewrite blob.o (100%)

$ git merge topic
Updating 75ab259..5da30ce
Fast-forward
 blob.o |  Bin 25920 -> 4364 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

-- 
Piotrek

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

end of thread, other threads:[~2011-02-22 19:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-17 20:40 Commit/merge messages for binary files Piotr Krukowiecki
2011-02-18 13:53 ` Matthieu Moy
2011-02-18 20:30   ` Piotr Krukowiecki
2011-02-18 21:19     ` Matthieu Moy
2011-02-18 21:42       ` Piotr Krukowiecki
2011-02-19  7:06         ` Jeff King
2011-02-19  8:03           ` Jeff King
2011-02-19  8:04             ` [PATCH 1/2] diff: handle diffstat of rewritten " Jeff King
2011-02-19  8:16             ` [PATCH 2/2] diff: don't retrieve binary blobs for diffstat Jeff King
2011-02-21 23:33               ` Junio C Hamano
2011-02-22 15:37                 ` Jeff King
2011-02-22 19:00                   ` Junio C Hamano

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