diff --git a/bin/git-rebase-all b/bin/git-rebase-all index c676d16..02d580c 100755 --- a/bin/git-rebase-all +++ b/bin/git-rebase-all @@ -20,4 +20,4 @@ case "$#" in esac git branch --list --format='%(refname:short)' \ - | xargs --verbose -n 1 git rebase "${base}" + | xargs -t -n 1 git rebase "${base}"