From: Petr Baudis Date: Mon, 1 Sep 2008 00:30:47 +0000 (+0200) Subject: tg summary: Fix confusing variable name X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=306e83b15a096067169b59884377f00cf2eac99e;p=topgit.git tg summary: Fix confusing variable name --- diff --git a/tg-summary.sh b/tg-summary.sh index 3905a8f..57c723a 100644 --- a/tg-summary.sh +++ b/tg-summary.sh @@ -15,7 +15,7 @@ fi ## List branches git for-each-ref refs/top-bases | - while read rev name ref; do + while read rev type ref; do name="${ref#refs/top-bases/}" missing_deps=