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

osx support #32

Closed king6cong closed 7 years ago

king6cong commented 8 years ago
fabacab commented 8 years ago

Thanks for your contribution, but git-archive's default format is tar. This utility should not produce a different default output from the underlying utility.

What parts of the script are breaking for you on OS X?