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

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -