Skip to content

Add repo.archive_all() #777

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

Closed
rubenwardy opened this issue Jul 8, 2018 · 1 comment
Closed

Add repo.archive_all() #777

rubenwardy opened this issue Jul 8, 2018 · 1 comment

Comments

@rubenwardy
Copy link

rubenwardy commented Jul 8, 2018

git archive only does the root repo, whereas git archive-all also does submodules

@rubenwardy rubenwardy changed the title Repo.archive produces corrupt archives . Jul 8, 2018
@rubenwardy rubenwardy changed the title . Add repo.archive_all() Jul 8, 2018
@Byron
Copy link
Member

Byron commented Jul 15, 2018

As described in the codes documentation you are able to pass arbitrary arguments to git archive using kwargs.
This would allow you to pass additional arguments which may be helpful.
There is no git archive-all command.
Including submodules in the archive method would be a feature request which requires you to put much more work into the issue you file to allow others to pick that up.
Even though I am closing the issue, please feel free to comment as you see fit.

@Byron Byron closed this as completed Jul 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants