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

Older version of git do not add core.bare=false #35

Closed bluedreamer closed 8 years ago

bluedreamer commented 8 years ago

git version 1.7.11.3 does not have core.bare=false by default so change the test to look for core.bare=true instead as it is there in older and newer versions of git.

modified:   git-archive-all.sh