bin: git-rebase-all xargs short flags for portability
This commit is contained in:
parent
14f7b4425f
commit
6ef7dc303c
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue