-
Notifications
You must be signed in to change notification settings - Fork 81
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 support for exporting only init'ed submodules #60
Comments
What if in addition to |
That would work for me too. |
Kentzo
added a commit
that referenced
this issue
Nov 7, 2018
--no-exclude -> --ignore-gitattributes --extra -> --include --include should properly recognize directories. Refs #60
Added both options, so you should be able to exclude the submodules either way. Please try both of them and let me know if it works for your use-case. |
Kentzo
added a commit
that referenced
this issue
Nov 7, 2018
--no-exclude -> --ignore-gitattributes --extra -> --include --include should properly recognize directories. Refs #60
Kentzo
added a commit
that referenced
this issue
Nov 7, 2018
--no-exclude -> --ignore-gitattributes --extra -> --include --include should properly recognize directories. Refs #60
Kentzo
added a commit
that referenced
this issue
Nov 8, 2018
--no-exclude -> --ignore-gitattributes --extra -> --include --include should properly recognize directories. Refs #60
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My use case involves exporting a Git repository with only a subset of its submodules initialized and updated, as shown here:
It used to work fine in the past with
git-archive-all
, but now I'm getting this kind of error:I initially thought that it would be a
git-archive-all
regression and went back to older versions to test (down to 1.15), but all versions give me the same output.I suspect this might be due to a change in Git itself (I'm running Git 2.19.1 now, but last time I used this workflow successfully I was on 2.13.x).
It used to work fine so IMO it could be handled as a bug in
git-archive-all
that it no longer works, but I'm fine with it being treated as a feature request to add a--ignore-unitialized
switch or similar to enable this workflow. Thanks!The text was updated successfully, but these errors were encountered: