kahole / edamagit

Magit for VSCode

Home Page:https://marketplace.visualstudio.com/items?itemName=kahole.magit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log view skips commits with authors containing brackets

glasser opened this issue · comments

The popular Renovate bot creates commits whose author name is renovate[bot].

The edamagit log parser uses a log line parser that explicitly breaks if author names have brackets in them. So these lines get completely skipped in the log list, which is pretty confusing.

Looks like emacs magit uses %x0C to insert form feeds as separators when running git log. Maybe edamagit could too?

In particular, this hides any commit coming from dependabot...