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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

asurinsaka opened this issue · comments

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

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).

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