Code

Use git config file for committer name and email info
[git.git] / git-applymbox.sh
index 79abce2a258cd3c4f701f58328bba9b87a029efc..4e77132ab5f73839241c430d6354d5abb8294d85 100755 (executable)
@@ -42,7 +42,8 @@ case "$continue" in
 '')
        rm -rf .dotest
        mkdir .dotest
-       git-mailsplit "$1" .dotest || exit 1
+       num_msgs=$(git-mailsplit "$1" .dotest) || exit 1
+       echo "$num_msgs patch(es) to process."
        shift
 esac