From 0f944603b614305f23c73ff56795250bf1d537bd Mon Sep 17 00:00:00 2001 From: Markus Heidelberg Date: Mon, 15 Jun 2009 21:06:12 +0200 Subject: [PATCH] update-vim-{runtime,messages}: show a summary for e.g. file creations --- update-vim-messages.sh | 2 +- update-vim-runtime.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/update-vim-messages.sh b/update-vim-messages.sh index 81f47de4..b0ea5bc9 100755 --- a/update-vim-messages.sh +++ b/update-vim-messages.sh @@ -35,6 +35,6 @@ git add --all -- src/po git commit -m"update message files" && # show changes - { git show --stat -p + { git show --stat --summary -p # look for garbage git status ; } diff --git a/update-vim-runtime.sh b/update-vim-runtime.sh index 3f62f617..85349e82 100755 --- a/update-vim-runtime.sh +++ b/update-vim-runtime.sh @@ -40,6 +40,6 @@ git add --all -- runtime git commit -m"update runtime files" && # show changes - { git show --stat -p + { git show --stat --summary -p # look for garbage git status ; } -- 2.11.4.GIT