Hacker News new | ask | show | jobs
by Ayesh 356 days 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.

1 comments

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

Lack of support was a big problem.