Hi Jon, On Thu, 25 Feb 2021 14:39:33 -0700 Jonathan Corbet wrote: > > I made that tag by hand while "fixing" the changlog on that commit, > which included the full ID. Obviously, counting to 12 is a challenging > task for a slow guy like me...:) Which is why I have a script called clog: !/bin/bash git log -1 --format=' %h ("%s")' "$@" :-) -- Cheers, Stephen Rothwell