Store exact submodule commit for --treeish#42
Store exact submodule commit for --treeish#42KSR-Yasuda wants to merge 4 commits intofabacab:masterfrom
--treeish#42Conversation
|
Although, there still exist some other issues:
|
f44d5d0 to
a41f294
Compare
It has failed to check sub-submodule hash by Instead, |
|
Test repository prepare script: testinit.sh This creates repos that has submodules recursively: Each repos are created to have commits as below: Each repos' So, expected archive would be as below: |
|
Umm..., this is still not working well.
On the other hand,
|
a41f294 to
4f11a32
Compare
So, use Since this is not complete, output warning messages as below:
Also, show used submodules' hash as the message below:
|
|
Fix submodule's |
207f62a to
1c522f9
Compare
…n exact commit search
Fix for #30.
For the target main repository commit,
check the bound submodule commit by
git ls-tree.