Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solidsnack/gittar
Makes a nicely named tarball from a Git repository, incorporating the tag and the number of intermediate commits.
https://github.com/solidsnack/gittar
Last synced: about 1 month ago
JSON representation
Makes a nicely named tarball from a Git repository, incorporating the tag and the number of intermediate commits.
- Host: GitHub
- URL: https://github.com/solidsnack/gittar
- Owner: solidsnack
- License: other
- Created: 2010-02-16T05:29:41.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-05-07T00:04:03.000Z (over 14 years ago)
- Last Synced: 2023-04-09T12:18:35.703Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Creates tarballs for your project with name-version.tbz style names. The
name is taken to be the name of the project root directory; the version is a
combination of the tag and, if there are any commits after the tag, the
count of these commits and the hash of the last commit. (See `git describe'
to find out more about this style of version naming.)