git - How to get all commit messages in a repo by one author? -


how can retrieve list of commit messages in git repo given commit author?

git log --all --author <author regex> 

easy work out reading the documentation. note it's regex, characters may need escaped.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -