Files
cocos2d-x
build
cocos
extensions
external
licenses
simulator
templates
tools
bindings-generator
cocos2d-console
coding-style
make-package
README.markdown
config.json
git-archive-all
simulator
tojs
travis-scripts
utils
.gitignore
.gitmodules
.travis.yml
README.md
VERSION.md
auto-build-src.bat
auto-build.bat
download-deps.py
gulpfile.js
package.json
setup.py
engine
jsb-adapter
.gitignore
README.md
creator-sp.d.ts
cocos-enhance-kit/cocos2d-x/tools/make-package/README.markdown
SmallMain ef0589e8e5 初始化
2022-06-25 00:23:03 +08:00

990 B
Executable File

Creates archive from the current state using git ls-files --cached --full-name --no-empty-directory. Supports for any level of submodules tree. Files from submodules are extracted using the same command.

License: MIT

Usage: git-archive-all [-v] [--prefix PREFIX] [--no-exclude] [--force-submodules] [--dry-run] OUTPUT_FILE

Options:

--version Show program's version number and exit.

-h, --help Show this help message and exit.

--prefix=PREFIX Prepend PREFIX to each filename in the archive. OUTPUT_FILE name is used by default to avoid tarbomb.

--force-submodules Force a git submodule init && git submodule update at each level before iterating submodules

-v, --verbose Enable verbose mode.

--no-exclude Don't read .gitattributes files for patterns containing export-ignore attributes.

--dry-run Don't actually archive anything, just show what would be done.