fabacab / git-archive-all.sh

A bash shell script wrapper for git-archive that archives a git superproject and its submodules, if it has any.
214 stars 86 forks source link

Doesn't clean up submodule archives #23

Closed bibby closed 9 years ago

bibby commented 9 years ago

Script cleans up after the outermost archive, but the archive for the submodule(s) linger. This prevents back-to-back executions without manual intervention.

Ammendment: This appears to be important, my format is tar.gz. I see now that tar and zip are cleaned up.

bibby commented 9 years ago

compressed archives can't be concatenated. Not sure what I was thinking. Sorry!

fabacab commented 9 years ago

:) No worries.