diff options
author | Eric Raymond <esr@thyrsus.com> | 2010-04-02 06:10:11 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-02 09:19:17 -0700 |
commit | 2c4dc02346c05eead81fa526a9c06212e63dd30e (patch) | |
tree | 4c3e6c42559885b06ad44a1b8be19e181d9ce7aa /contrib/ciabot/README | |
parent | Makefile: update defaults for modern Cygwin (diff) | |
download | tgif-2c4dc02346c05eead81fa526a9c06212e63dd30e.tar.xz |
Integrate version 3 ciabot scripts into contrib/.
These have been extensively live-tested in the last week. The version 2
ciabot.sh maintainer has passed the baton to me; ciabot.py is original.
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/ciabot/README')
-rw-r--r-- | contrib/ciabot/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/ciabot/README b/contrib/ciabot/README new file mode 100644 index 0000000000..3b916acece --- /dev/null +++ b/contrib/ciabot/README @@ -0,0 +1,12 @@ +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. |