X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=blobdiff_plain;f=tg-import.sh;h=68477f0de31cf05fd66c7f48fcfee95fa7e31bce;hp=11829a94cd737b14bf8b0a8cbf4e7c9b3d9c59ba;hb=c263301596f83da5c521ea3d0c61e0953c9ae1de;hpb=fd2a33007097052ddf1d3dba638e7731a6946786 diff --git a/tg-import.sh b/tg-import.sh index 11829a9..68477f0 100644 --- a/tg-import.sh +++ b/tg-import.sh @@ -61,7 +61,7 @@ process_commit() branch_name=$(get_branch_name "$commit") info "---- Importing $commit to $branch_prefix$branch_name" tg create "$branch_prefix""$branch_name" - git read-tree "$commit" + git read-tree -u -m "$commit" get_commit_msg "$commit" > .topmsg git add -f .topmsg .topdeps git commit -C "$commit"