chiark / gitweb /
tg-patch.sh: Fix list of >1 dependencies
authorPetr Baudis <pasky@suse.cz>
Sun, 3 Aug 2008 02:00:46 +0000 (04:00 +0200)
committerPetr Baudis <pasky@suse.cz>
Sun, 3 Aug 2008 02:00:46 +0000 (04:00 +0200)
tg-patch.sh

index 45da3042455cbc466553451e8cb89627093c4804..ac8a744432a40b5c6a3f367eb21079a4c691cdb1 100644 (file)
@@ -41,6 +41,6 @@ fi
 rm "$git_is_stupid"
 
 echo '-- '
-echo "tg: ($base_rev..) $name (depends on $(git cat-file blob "$name:.topdeps"))"
+echo "tg: ($base_rev..) $name (depends on $(git cat-file blob "$name:.topdeps" | paste -s -d ,))"
 branch_contains "$name" "$base_rev" ||
        echo "tg: The patch is out-of-date wrt. the base! Run \`tg update\`."