Open
Description
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?