Releases: Kentzo/git-archive-all
Releases · Kentzo/git-archive-all
1.23.1
1.23.0
1.22.0
1.21.0
1.20.0
1.19.4
1.19.3
- Add the git_version parameter to GitArchiver and the get_git_version class method
- If git version (initialized or guessed) is less than 1.6.1, exception is raised
- Properly read non-nul separated output of check-attr if git version is less than 1.8.5. See #65
Known Bugs:
- Does not work with Apple's git (bundled with Xcode). See #68
1.19.2
1.19.1
1.19.0
- 🎃
- Use -0 ... -9 to explicitly specify compression level if format allows; if unset, lib's default is used
- Checking for file exclusion is optimized, the process is spawned only once per repo / submodule
Known Bugs:
- Not passing a compression level explicitly
[-0 | ... | -9]
may cause a segfault. See #59