From 237f7a2a0e5cea61142ed3436940a01884573cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 29 Oct 2013 13:45:41 +0100 Subject: [PATCH] have commitupdates show the diff (commit -v) --- tools/commitupdates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)