mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
have commitupdates show the diff (commit -v)
This commit is contained in:
parent
fd50903c50
commit
237f7a2a0e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue