mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
have commitupdates show the diff (commit -v)
This commit is contained in:
parent
fd50903c50
commit
237f7a2a0e
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user