git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git apply: git diff header lacks filename information for git diff --no-index patch
@ 2008-10-02 18:27 Imre Deak
  2008-10-04  4:17 ` Jeff King
  0 siblings, 1 reply; 10+ messages in thread
From: Imre Deak @ 2008-10-02 18:27 UTC (permalink / raw)
  To: git

Hi,

I have the following problem:

$ echo -e '\x0' > a
$ git diff --no-index --binary /dev/null a > patch
$ rm a
$ git apply patch
fatal: git diff header lacks filename information (line 4)
$ cat patch
diff --git a/dev/null b/a
new file mode 100644
index 0000000000000000000000000000000000000000..1f2a4f5ef3df7f7456d91c961da36fc58904f2f1
GIT binary patch
literal 2
JcmZSJ0ssIE01E&B

literal 0
HcmV?d00001

The same works for text based patches:

$ echo 1 > a
$ git diff --no-index /dev/null a > patch
$ rm a
$ git apply patch
$ ls
a
$ cat patch
diff --git a/dev/null b/a
new file mode 100644
index 0000000..d00491f
--- /dev/null
+++ b/a
@@ -0,0 +1 @@
+1

The binary patch lacks ---/+++ lines but still provides the name info
on the diff --git line which I think should suffice for git apply.

--Imre

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

end of thread, other threads:[~2008-10-05 19:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-02 18:27 git apply: git diff header lacks filename information for git diff --no-index patch Imre Deak
2008-10-04  4:17 ` Jeff King
2008-10-04  8:28   ` Jakub Narebski
2008-10-05 19:19     ` Jeff King
2008-10-04 16:54   ` Linus Torvalds
2008-10-04 17:08     ` Linus Torvalds
2008-10-04 17:48       ` Linus Torvalds
2008-10-05 19:21         ` Jeff King
2008-10-05 19:17     ` Jeff King
2008-10-05 19:24       ` Jeff King

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