摘要: git log --format='%aN' | sort -u | while read name; do echo -en "$name\t"; git log --author="$name" --after="2023-12-07" --pretty=tformat: --numstat | 阅读全文
posted @ 2023-10-25 16:12 南乡水 阅读(31) 评论(0) 推荐(0) 编辑