Re* [PATCH 3/3] apply: diagnose incomplete submodule object name better

2013-02-05 Thread Junio C Hamano
Junio C Hamano writes: > We could read from the payload part of the patch to learn the full > object name of the commit, but the primary user "git rebase" has > been fixed to give us a full object name, so this should suffice > for now. And the patch on top to do so looks like this. With this p

[PATCH 3/3] apply: diagnose incomplete submodule object name better

2013-01-31 Thread Junio C Hamano
"git am -3" uses this function to build a tree that records how the preimage the patch was created from would have looked like. An abbreviated object name on the index line is ordinarily sufficient for us to figure out the object name the preimage tree would have contained, but a change to a submo