Skip to content

Instantly share code, notes, and snippets.

@fawkesley
Created March 11, 2019 21:33
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save fawkesley/dc122d4061f7ebeab1c9fae25ac466e8 to your computer and use it in GitHub Desktop.
.gitconfig snippet for nice `git log` showing signature status
[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