Need to handle git

I need to pack git submodules inside of tarball which I create with git-archive .

I see that in 1.6.5 git-archive does not support git submodules.

I see several scripts to handle this case in the net, but I'm not sure which one to pick.

What is the best / most official way to do this?


You can try my script http://github.com/Kentzo/git-archive-all

EDIT:

For Mac OS X users available via homebrew: brew info git-archive-all

链接地址: http://www.djcxy.com/p/90512.html

上一篇: 运行适用于Android的新英特尔仿真器

下一篇: 需要处理git