chiark / gitweb /
tg-summary.sh: Clean up printing status columns
authorPetr Baudis <pasky@suse.cz>
Sun, 3 Aug 2008 18:01:39 +0000 (20:01 +0200)
committerPetr Baudis <pasky@suse.cz>
Sun, 3 Aug 2008 18:01:39 +0000 (20:01 +0200)
tg-summary.sh

index f9d8985d7f6559e3a4d8ae15631ab41c70c82ee5..3905a8fab0207e9b3908e57d90e494f109b5efa1 100644 (file)
@@ -35,6 +35,6 @@ git for-each-ref refs/top-bases |
                        subject="(No commits)"
                fi
 
-               printf '%s%s%s%s\t%-31s\t%s\n' "$nonempty" "$deps_update" "$deps_missing" "$base_update" \
+               printf '%s\t%-31s\t%s\n' "$nonempty$deps_update$deps_missing$base_update" \
                        "$name" "$subject"
        done