summaryrefslogtreecommitdiff
path: root/git-subtree.sh
diff options
context:
space:
mode:
authorLibravatar Avery Pennarun <apenwarr@gmail.com>2010-02-02 10:30:11 -0500
committerLibravatar Avery Pennarun <apenwarr@gmail.com>2010-02-02 10:30:11 -0500
commite2d0a4502f115ee63b8ff96661cfcc8aad075822 (patch)
treee4dcc73d569b96e058cade56de80f9232a2137f3 /git-subtree.sh
parentMerge branch 'master' of git://github.com/psionides/git-subtree (diff)
downloadtgif-e2d0a4502f115ee63b8ff96661cfcc8aad075822.tar.xz
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.
Diffstat (limited to 'git-subtree.sh')
-rwxr-xr-xgit-subtree.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/git-subtree.sh b/git-subtree.sh
index 66ce251eaa..11cda9ea82 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