Created
March 11, 2019 21:33
-
-
Save fawkesley/dc122d4061f7ebeab1c9fae25ac466e8 to your computer and use it in GitHub Desktop.
.gitconfig snippet for nice `git log` showing signature status
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[log] | |
date = relative | |
[format] | |
# https://mirrors.edge.kernel.org/pub/software/scm/git/docs/git-log.html#_pretty_formats | |
pretty = "%C(yellow)%h %C(blue)%<(50,trunc)%s %C(green)%<(8,trunc)%ad %C(reset)%ae%n%>(69,trunc)%C(magenta)%G? %GS%n%-b" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment