git log --pretty=tformat: --since ==2016-10-25 --until=2016-10-27 --numstat | awk ‘{ add += $1 ; subs += $2 ; loc += $1 + $2 } END { printf "added lines: %s removed lines : %s total lines: %s\n",add,subs,loc }‘
标签:post += stat body 之间 print move ring 统计
git log --pretty=tformat: --since ==2016-10-25 --until=2016-10-27 --numstat | awk ‘{ add += $1 ; subs += $2 ; loc += $1 + $2 } END { printf "added lines: %s removed lines : %s total lines: %s\n",add,subs,loc }‘
标签:post += stat body 之间 print move ring 统计
原文地址:https://www.cnblogs.com/zipon/p/8440668.html