1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-06 11:00:13 +02:00

Do git reset between add+commit to allow commit aborts

This commit is contained in:
Daniel Martí 2014-01-15 10:09:30 +01:00
parent a7f259e7cc
commit 0600044f3a

View File

@ -83,5 +83,6 @@ while read line; do
done < <(git status --porcelain)
for cmd in "${commands[@]}"; do
git reset
eval "$cmd"
done