-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store exact submodule commit for --treeish
#42
base: master
Are you sure you want to change the base?
Conversation
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
.