This fix relies on the fact that git branch names can not contain ":".

Signed-off-by: Per Cederqvist <ced...@opera.com>
---
 guilt-graph | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guilt-graph b/guilt-graph
index 00301d5..575f03b 100755
--- a/guilt-graph
+++ b/guilt-graph
@@ -52,7 +52,7 @@ safebranch=`echo "$branch"|sed 's%/%\\\\/%g'`
 while [ "$current" != "$base" ]; do
        pname=`git show-ref | sed -n -e "
 /^$current refs\/patches\/$safebranch/ {
-       s,^$current refs/patches/$branch/,,
+       s:^$current refs/patches/$branch/::
        p
        q
 }"`
-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to