From d103d79f55cb5f40152896766ae9ff5e84979a72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 2 Jul 2013 14:39:56 +0200 Subject: [PATCH] Commit package dirs as well --- commitupdates | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/commitupdates b/commitupdates index 7eaf9136..dafaf064 100755 --- a/commitupdates +++ b/commitupdates @@ -25,7 +25,8 @@ while read line; do id=${id%.txt*} [ -n "$name" ] && id="$name ($id)" - echo "> git commit -m \"Update $id to $version ($vercode)\" -- \"$file\"" - git commit -m "Update $id to $version ($vercode)" -- "$file" + echo "> git commit -m \"Update $id to $version ($vercode)\" -- $file metadata/$id/" + git commit -m "Update $id to $version ($vercode)" -- $file metadata/$id/ fi done < <(git status --porcelain) +