devel-docs: add some generic statistics on all changed files.

This commit is contained in:
Jehan
2018-02-11 04:28:25 +01:00
parent 7aa7e3ca23
commit ffb94967fa

View File

@ -53,6 +53,8 @@ echo "Start date: $prev_date - End date: $cur_date"
echo "Between $PREV and $CUR, $contribs_n people contributed $commits_n commits to GIMP." echo "Between $PREV and $CUR, $contribs_n people contributed $commits_n commits to GIMP."
echo "This is an average of $commits_rate commits a day." echo "This is an average of $commits_rate commits a day."
echo echo
echo "Statistics on all files:" `git diff --shortstat $PREV..$CUR 2>/dev/null`
echo
echo "Total contributor list:" echo "Total contributor list:"
printf "$contribs" printf "$contribs"