Git development
 help / color / mirror / Atom feed
* Failed binary detection.
@ 2007-12-21 19:50 David Brown
  2007-12-21 23:00 ` Dmitry V. Levin
  2007-12-21 23:02 ` Sean
  0 siblings, 2 replies; 3+ messages in thread
From: David Brown @ 2007-12-21 19:50 UTC (permalink / raw)
  To: Git

A coworker has a branch with some large binary files (video test streams).
Git doesn't seem to be detecting this file is binary, and is causing things
that try to generate diffs to fail.

Specifically, he is unable to rebase his branch, getting an error:

.dotest/patch:3241:LD   := ld
fatal: corrupt patch at line 84682
Patch failed at 0001.

Line 84682 is in the middle of what appear to be the binary contents of the
large media file, with pluses inserted after newline.

Any advice on where to look or possibly how to fix this?

I was able to work around the problem by cherry picking the change instead
of using rebase.  git-format-patch generates a patch that is corrupt in the
same way, which fails with 'git-am'.

Thanks,
Dave

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

end of thread, other threads:[~2007-12-21 23:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-21 19:50 Failed binary detection David Brown
2007-12-21 23:00 ` Dmitry V. Levin
2007-12-21 23:02 ` Sean

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox