continue
}
- execute git checkout "quilt/$name"
+ rm -rf ../quilt-tmp
+ execute git clone -s -l -n -q . ../quilt-tmp
+ log '$' cd ../quilt-tmp
+ cd ../quilt-tmp
execute git reset --hard "$rbase_sha1"
author=$(grep -v '^#' ../real_control | awk -F ' ' '$3=="'"$name"'" { printf("%s", $1); }' | sed 's/,.*$//')
execute git quiltimport --author "$author" --patches "../quilt/$name"
+ log '$' cd ../next
+ cd ../next
+
+ execute git fetch -f ../quilt-tmp master:"quilt/$name"
+ rm -rf ../quilt-tmp
+
[ -f "$sfile.orig" ] &&
mv -f "$sfile.orig" "$sfile"
done
( cd ../quilt; git update-ref refs/heads/last_merge HEAD )
-git checkout master
-
exit 0