From: Avery Pennarun Date: Tue, 2 Feb 2010 15:30:11 +0000 (-0500) Subject: Jakub's changes broke the progress message slightly. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e2d0a4502f115ee63b8ff96661cfcc8aad075822;p=git.git Jakub's changes broke the progress message slightly. We really need that ^M (\r), not a ^J (\n) if we want the status message to overwrite itself nicely. --- diff --git a/git-subtree.sh b/git-subtree.sh index 66ce251ea..11cda9ea8 100755 --- a/git-subtree.sh +++ b/git-subtree.sh @@ -520,8 +520,7 @@ cmd_split() eval "$grl" | while read rev parents; do revcount=$(($revcount + 1)) - say -n "$revcount/$revmax ($createcount) -" + say -n "$revcount/$revmax ($createcount) " debug "Processing commit: $rev" exists=$(cache_get $rev) if [ -n "$exists" ]; then