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

Recursive submodules ignored. #2

Closed insidewhy closed 9 years ago

insidewhy commented 13 years ago

If A has submodule B, and B has submodule C, running this script on A misses out C.

BenWiederhake commented 9 years ago

Doesn't happen with the current version. I think this issue is outdated.