mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Do git reset between add+commit to allow commit aborts
This commit is contained in:
parent
a7f259e7cc
commit
0600044f3a
1 changed files with 1 additions and 0 deletions
|
|
@ -83,5 +83,6 @@ while read line; do
|
||||||
done < <(git status --porcelain)
|
done < <(git status --porcelain)
|
||||||
|
|
||||||
for cmd in "${commands[@]}"; do
|
for cmd in "${commands[@]}"; do
|
||||||
|
git reset
|
||||||
eval "$cmd"
|
eval "$cmd"
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue