Outdated egg!
This is an egg for CHICKEN 4, the unsupported old release. You're almost certainly looking for the CHICKEN 5 version of this egg, if it exists.
If it does not exist, there may be equivalent functionality provided by another egg; have a look at the egg index. Otherwise, please consider porting this egg to the current version of CHICKEN.
git-egg-author
Description
This egg is a port of the svn-egg-author by Peter Bex and others from the svn toolset to git.
See https://wiki.call-cc.org/eggref/4/svn-egg-author
Authors
Requirements
A working installation of the git command line tool.
Examples
Update the .meta file, commit changes to the repository, create a tag, and push --tags to origin:
git eggtag 0.9
License
All code in this egg is hereby put in the public domain
Repository
https://bitbucket.org/carldouglas/git-egg-author
Version History
- 0.7 Initial port from svn-egg-author