mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +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)
|
||||
|
||||
for cmd in "${commands[@]}"; do
|
||||
git reset
|
||||
eval "$cmd"
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue