]> asedeno.scripts.mit.edu Git - git.git/blobdiff - git-rebase.sh
Merge branch 'jc/add-addremove'
[git.git] / git-rebase.sh
index 56cf6f0316ddd000221ecaf343f7fc58c8636590..6ef5754814babdb908d794ea030aceca6597b190 100755 (executable)
@@ -376,8 +376,7 @@ fi
 
 # Detach HEAD and reset the tree
 echo "First, rewinding head to replay your work on top of it..."
-git checkout "$onto^0" >/dev/null 2>&1 ||
-       die "could not detach HEAD"
+git checkout -q "$onto^0" || die "could not detach HEAD"
 git update-ref ORIG_HEAD $branch
 
 # If the $onto is a proper descendant of the tip of the branch, then