← Back to context

Comment by Ayesh

8 months ago

TIL the `--trailer` CLI option. I used to edit the commit message in a text editor and manually add the trailers (which works for GitHub `Co-Authored-By`).

being able to use them with `git log` format is pretty cool.

I’ve wanted to use them to keep track of whether a change was done by AI.

Lack of support was a big problem.