-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add an option to avoid updating specifi submodules #11
Comments
What are you trying to achieve specifically? There are a few different things "ignoring" could mean; off the top of my head:
Can you explain your use-case a bit more? Why are you trying to ignore the submodule? |
|
Interesting, I don't expect that to be the case - do you have a repro you can share? |
sorry it is a repo for my company, but you can create this very simple, but add a submodule in a git repo, and the add some commits in the repo |
We have tests which show that submodules work in at least some cases: Lines 396 to 446 in d4ef4cc
If you could give more detailed instructions (ideally a simple git repository, or a list of commands to run to create one), I'd for sure be interested in working out what's going wrong here. |
the
|
I don't understand what you mean by that. Do you mind pasting the full logs of an invocation (including the command line you used to invoke Can you reproduce the issue yourself on a minimal code repository (ideally on Github for convenience) and share that with us? Currently, we don't have enough information to understand what is different between our test cases and your failure case. |
|
@sitaktif @illicitonion I have post the error in the above comments |
I used the laster released driver version |
I see, at the "before" revision, the |
--ignore-file
There is concern about overloading the meaning of |
--ignore-file
it seems that there is no way to ignore the submodule dir, is there any advice?
The text was updated successfully, but these errors were encountered: