mirror of
https://github.com/dtolnay/install.git
synced 2024-12-04 13:59:33 +01:00
Make sure force push always pushes something for each arg
This commit is contained in:
parent
93373315d5
commit
61ed2ef585
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ for crate in "$@"; do
|
||||||
set -x
|
set -x
|
||||||
git tag --delete "$crate" &>/dev/null || true
|
git tag --delete "$crate" &>/dev/null || true
|
||||||
git checkout --quiet origin/"$crate"
|
git checkout --quiet origin/"$crate"
|
||||||
|
git commit --quiet --amend --no-edit
|
||||||
git rebase --quiet "$base"
|
git rebase --quiet "$base"
|
||||||
)
|
)
|
||||||
push+=("$(git rev-parse HEAD):refs/heads/$crate")
|
push+=("$(git rev-parse HEAD):refs/heads/$crate")
|
||||||
|
|
Loading…
Reference in a new issue