06ac01a46a
For each commit a shorter version of the name will be generated. This is either the truncated hash or the output of git-describe. The call to git-describe was only made with an empty shell variable instead of an actual commit hash. Thus it only described the current HEAD and not each commit we want to submit to cia.vc. Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com> |
||
---|---|---|
.. | ||
ciabot.py | ||
ciabot.sh | ||
README |
These are hook scripts for the CIA notification service at <http://cia.vc/> They are maintained by Eric S. Raymond <esr@thyrsus.com>. There is an upstream resource page for them at <http://www.catb.org/esr/ciabot/>, but they are unlikely to change rapidly. You probably want the Python version; it's faster, more capable, and better documented. The shell version is maintained only as a fallback for use on hosting sites that don't permit Python hook scripts. You will find installation instructions for each script in its comment header.