8 git whatchanged --author="author regexp" --diff-filter=A --no-commit-id --name-only 可能有更好的方法。 — grawity source
3 git whatchanged --diff-filter = A --author = AUTHOR --pretty = format:%an | awk'{print $ 6}' — coreypurcell source