From: Daniel Martí Date: Tue, 29 Oct 2013 12:45:41 +0000 (+0100) Subject: have commitupdates show the diff (commit -v) X-Git-Tag: 0.1~281^2~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=237f7a2a0e5cea61142ed3436940a01884573cb9;p=fdroidserver.git have commitupdates show the diff (commit -v) --- diff --git a/tools/commitupdates b/tools/commitupdates index d0f97e1c..bd448003 100755 --- a/tools/commitupdates +++ b/tools/commitupdates @@ -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)