摘要: git log --author="liujingyu" --pretty=tformat: --numstat \| awk '{ add += $1 ; subs += $2 ; loc += $1 - $2 } END { printf "added lines: %s removed lin... 阅读全文
posted @ 2014-07-10 16:14 Martin2 阅读(509) 评论(1) 推荐(0)