steveloughran commented on pull request #2411: URL: https://github.com/apache/hadoop/pull/2411#issuecomment-725985434
My two aliases for showing commit info; `lg` is the one I normally log with ``` # log with indicator of trust alias.lg=log --date=relative --color --graph --pretty=format:'%Cred%h%Creset %C(blue)%G?%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold yellow)<%an>%Creset %C(cyan)<%cn>%Creset' --abbrev-commit # log with full GPG signature infor alias.log1s=log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative --show-signature ``` Now, if you go through history (e.g. branch-2.8) you'll come across a GPG key I had to revoke; the yubikey keygen turned out to be broken. Git doesn't really handle that well. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
