author | Sven Eckelmann <sven.eckelmann@gmx.de> | |
Mon, 20 Sep 2010 09:31:22 +0000 (11:31 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 29 Oct 2010 21:09:48 +0000 (14:09 -0700) | ||
commit | 06ac01a46af471207b93266e55eb9880e87e0114 | |
tree | 645fec526a674b4ec770b55d96bbff2364ce2b94 | tree | snapshot |
parent | ca209065f3cc3462eb0ae6090f6b13f38aa2114c | commit | diff |
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>
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 | diff | blob | history |