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

have commitupdates show the diff (commit -v)

This commit is contained in:
Daniel Martí 2013-10-29 13:45:41 +01:00
parent fd50903c50
commit 237f7a2a0e

View File

@ -36,7 +36,7 @@ while read line; do
[ -d metadata/$id ] && extra=metadata/$id
[ -n "$name" ] && id="$name ($id)"
commands+=("git commit -m 'Update $id to $version ($vercode)' -e -- $file $extra")
commands+=("git commit -m 'Update $id to $version ($vercode)' -e -v -- $file $extra")
fi
done < <(git status --porcelain)