donnemartin / gitsome

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Other
7.58k stars 436 forks source link

`git log --author="string" ` has no output. #157

Open asurinsaka opened 5 years ago

asurinsaka commented 5 years ago

There is no output for git log --author="author name".

donnemartin commented 5 years ago

Hi @asurinsaka, I see this same problem with xonsh, which gitsome relies on. I'd instead file a bug with xonsh to get a fix there (which gitsome would also benefit from).

markkrj commented 4 years ago

As a workaround, you can use git log --author=@("author name")