From 465528d881231eddeb3e5909b6ad18bf5a8f6f8d Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 3 Aug 2008 01:50:23 +0200 Subject: [PATCH] tg-summary.sh: Simplify (thanks to spearce) --- tg-summary.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tg-summary.sh b/tg-summary.sh index c608a18..89b638b 100644 --- a/tg-summary.sh +++ b/tg-summary.sh @@ -14,11 +14,9 @@ fi ## List branches -git for-each-ref | cut -f 2 | +git for-each-ref refs/heads | cut -f 2 | while read ref; do name="${ref#refs/heads/}" - [ "$name" != "$ref" ] || - continue # eew, not a branch git rev-parse --verify "refs/top-bases/$name" >/dev/null 2>&1 || continue # not a TopGit branch -- 2.30.2