contrib/ciabot: git-describe commit instead of HEAD
commit06ac01a46af471207b93266e55eb9880e87e0114
authorSven Eckelmann <sven.eckelmann@gmx.de>
Mon, 20 Sep 2010 09:31:22 +0000 (20 11:31 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Oct 2010 21:09:48 +0000 (29 14:09 -0700)
tree645fec526a674b4ec770b55d96bbff2364ce2b94
parentca209065f3cc3462eb0ae6090f6b13f38aa2114c
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>
contrib/ciabot/ciabot.py