So don't bother saying that over and over
tab="$_TAB$_TAB"
printf '%s\n\n' 'Trees included into this release:'
- printf '%s%s%s\t%s\n' 'Name' "$tab" 'Type' 'Url'
- printf '%s%s%s\t%s\n' '----' "$tab" '----' '---'
+ printf '%s%s%s\n' 'Name' "$tab" 'Url'
+ printf '%s%s%s\n' '----' "$tab" '---'
for name in $(get_branches); do
tab="$_TAB"
ref=$(get_remote_branch "$name")
url="$url#$ref"
fi
- printf '%s%s%s\t%s\n' "$name" "$tab" "$type" "$url"
+ printf '%s%s%s\n' "$name" "$tab" "$url"
done
) >Next/Trees