Hi,
On Sat, 24 Jan 2009, Lars Hjemli wrote:
$ git archive --submodules <tree-ish>: Create an archive which
includes the trees of all gitlink entries in <tree-ish>, fail unless
all the required objects are available.
$ git archive --submodules=<group>: Same as above, but only traverse
submodules in the specified group (as defined in $GIT_CONFIG).
How about having the former with --submodules='*' and let --submodules
without argument include those submodules that are checked out (none in a
bare repository)?
Thanks,
Dscho