1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

Silent git resets

This commit is contained in:
Daniel Martí 2014-01-15 10:12:47 +01:00
parent 1a76956f92
commit 55b2574dde

View File

@ -82,8 +82,8 @@ while read line; do
fi
done < <(git status --porcelain)
git reset
git reset >/dev/null
for cmd in "${commands[@]}"; do
eval "$cmd"
git reset
git reset >/dev/null
done