Dear git developers & community, I'm trying to find out the status of including submodules in git archive - I'm sure this has come up before, because it creates lots of pain, especially in packaging [0]. Github in particular punts on including submodules in the automatically generated tarballs (which are therefore often broken, i.e. not including all necessary parts to build), and this is in part because the underlying git archive command does not provide that option. I could not find a bug tracker for git (though I noted with interest from [1] that the git-scm website has one...), and could not easily find something on the ML [2]. It's creating enough friction for me that I feel tempted to implement it (e.g. with a switch to recurse one or all levels of submodules), even though I don't know the git codebase at all. In any case, before rushing ahead, I wanted to check first what the status of this topic is. Best regards H. [0] https://github.com/dear-github/dear-github/issues/214 [1] https://git-scm.com/community [2] https://public-inbox.org/git/?q=submodule+%22git+archive%22