1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-03 11:06:10 +02:00
git/contrib/ciabot
Sven Eckelmann 06ac01a46a contrib/ciabot: git-describe commit instead of HEAD
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>
2010-10-29 14:09:48 -07:00
..
README Integrate version 3 ciabot scripts into contrib/. 2010-04-02 09:19:17 -07:00
ciabot.py contrib/ciabot: git-describe commit instead of HEAD 2010-10-29 14:09:48 -07:00
ciabot.sh Integrate version 3 ciabot scripts into contrib/. 2010-04-02 09:19:17 -07:00

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.