~ chicken-core (chicken-5) 16148057c63002c7532a5a7ec610755359cea282


commit 16148057c63002c7532a5a7ec610755359cea282
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Dec 19 13:29:15 2011 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Mon Dec 19 13:29:15 2011 +0100

    no branchname in banner if [pre]release branch

diff --git a/identify.sh b/identify.sh
index a36afcf9..e2b68bbd 100644
--- a/identify.sh
+++ b/identify.sh
@@ -26,6 +26,8 @@ if test -d "$1/.git"; then
 	"") branchname="";;
         "(no branch)") branchname="";;
 	"master") branchname="";;
+	"release") branchname="";;
+	"prerelease") branchname="";;
     esac
     if test "${rev0}" \!= "${rev}"; then
 	echo ${rev} >buildid
Trap