martinvonz / jj

A Git-compatible VCS that is both simple and powerful
https://martinvonz.github.io/jj/
Apache License 2.0
9.32k stars 321 forks source link

FR: add `jj log --show-signature` #4946

Open danyspin97 opened 9 hours ago

danyspin97 commented 9 hours ago

As far as I know there is no way to show the signed commits when doing jj log. git provides --show-signature arguments to the log command, which is very useful for checking if all latest commits have been signed before pushing.

yuja commented 6 hours ago

There's a WIP PR, https://github.com/martinvonz/jj/pull/3141, which I think is revisited recently. iirc, we'll add some stock templates that include cryptographic signature information.