diff -r 5eebbda7be91 -r 711be783d0a1 lib/pvl/commit.sh --- a/lib/pvl/commit.sh Thu Feb 26 23:04:19 2015 +0200 +++ b/lib/pvl/commit.sh Thu Feb 26 23:20:37 2015 +0200 @@ -68,22 +68,22 @@ # operate? if [ "$COMMIT" = 1 ]; then - log_force "$repo: force commit" + log_force "$repo: force commit" [ "$COMMIT_DIFF" ] && cmd_indent " " ${commit}_diff "$repo" || true ${commit}_commit "$repo" "$commit_msg" elif ! ${commit}_modified "$repo"; then - log_warn "$repo: no changes to commit" + log_skip "$repo: no changes to commit" elif [ "$COMMIT" = 0 ]; then - log_noop "$repo: skip commit" + log_noop "$repo: skip commit" # still show diff, though [ "$COMMIT_DIFF" ] && cmd_indent " " ${commit}_diff "$repo" || true else - log_apply "$repo: commit: $commit_msg" + log_apply "$repo: commit: $commit_msg" [ "$COMMIT_DIFF" ] && cmd_indent " " ${commit}_diff "$repo" || true