Thread (8 messages) flat view 8 messages, 4 authors, 2016-06-15

Re: [bug?] git-format-patch produces a 0-byte long patch for the first commit

From: Thomas Rast <hidden>
Date: 2016-06-15 22:46:27

Guennadi Liakhovetski wrote:
mkdir x
cd x
git-init
echo hi > greating
git-commit -a
[...]
git-format-patch HEAD^ produces an error, 
There is no HEAD^ in this case.  HEAD is always the currently checked
out commit.  Since it has a root commit, it has no parent, so you
cannot apply ^ ("the first parent of") to it.  Similarly, HEAD~2 will
not work if HEAD~1 has no parent, etc.
git-format-patch -1 produces a 0-byte long patch.
That is admittedly weird and probably deserves a fix and/or suggestion
to use --root.

I'm not sure what else I can add to the explanations I gave on IRC.

-- 
Thomas Rast
trast@{inf,student}.ethz.ch

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help