cut down hashes also on finished compile

This commit is contained in:
Rudolf Polzer 2010-07-19 09:23:14 +02:00
parent d95dde1cc4
commit 9ac2d431c5

View File

@ -47,6 +47,8 @@ log2spam()
hash=$4 hash=$4
status=$5 status=$5
hash=`echo "$hash" | cut -c 1-7`
branch=${branch##refs/heads/} branch=${branch##refs/heads/}
branch=${branch##refs/remotes/} branch=${branch##refs/remotes/}
branch=${branch##origin/} branch=${branch##origin/}