X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=tg-summary.sh;fp=tg-summary.sh;h=89b638b9b817476d885fa9cc038f49e552d5a839;hb=465528d881231eddeb3e5909b6ad18bf5a8f6f8d;hp=c608a18fae93d41352d65937cd5dc938846df9ae;hpb=c68e37d2dc2bb1250e7147bfd9a0879a9c513c92;p=topgit.git 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