~ chicken-core (chicken-5) 24bc0229f509b10d08716eb6ebe15eab87b56232
commit 24bc0229f509b10d08716eb6ebe15eab87b56232 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Tue Aug 16 14:01:36 2011 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Tue Aug 16 14:01:36 2011 +0200 identify.sh: use empty branchname for (no branch) diff --git a/identify.sh b/identify.sh index 8ec08d5a..892dc7dd 100644 --- a/identify.sh +++ b/identify.sh @@ -24,6 +24,7 @@ if test -d "$1/.git"; then case ${branchname} in "") branchname="";; + "(no branch)") branchname="";; "master") branchname="";; esac if test "${rev0}" \!= "${rev}"; thenTrap