axmol/tools/make-package
Dhilan007 612a3e9691 Add fbx-conv in 3rd-party-libs-bin's management.
Add fbx-conv for creates archive.
2014-07-18 18:38:57 +08:00
..
Makefile closed #2446: Add a tool to auto export releasing zip file 2013-08-26 16:57:10 +08:00
README.markdown closed #2446: Add a tool to auto export releasing zip file 2013-08-26 16:57:10 +08:00
config.json Add fbx-conv in 3rd-party-libs-bin's management. 2014-07-18 18:38:57 +08:00
git-archive-all Add fbx-conv in 3rd-party-libs-bin's management. 2014-07-18 18:38:57 +08:00

README.markdown

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.