From: Petr Baudis Date: Tue, 9 Sep 2008 22:06:44 +0000 (+0200) Subject: tg import: Change default prefix from tp/ to t/ X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=commitdiff_plain;h=3936c582952a48d2139c67883bba28e227ad017c tg import: Change default prefix from tp/ to t/ --- diff --git a/README b/README index c6b4cb9..f380475 100644 --- a/README +++ b/README @@ -359,7 +359,7 @@ tg import a linear sequence starting on your current branch. The branch names are auto-guessed from the commit messages - and prefixed by tp/. + and prefixed by t/. tg update ~~~~~~~~~ diff --git a/tg-import.sh b/tg-import.sh index 63d7e1b..4f5c981 100644 --- a/tg-import.sh +++ b/tg-import.sh @@ -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