chiark / gitweb /
tg import: Change default prefix from tp/ to t/
[topgit.git] / tg-import.sh
index 63d7e1bb7a3ccaf2ecf0246302d59dc69708ac2a..4f5c9810d7755ea434b2451a15e87f1ae7b03acc 100644 (file)
@@ -48,7 +48,7 @@ process_commit()
        commit="$1"
        branch_name=$(get_branch_name "$commit")
        echo "Importing $commit to $branch_name"
-       tg create tp/"$branch_name"
+       tg create t/"$branch_name"
        git read-tree "$commit"
        get_commit_msg "$commit" > .topmsg
        git add -f .topmsg .topdeps