diff --git a/config b/config index b70b105..001a3ad 100644 --- a/config +++ b/config @@ -31,7 +31,7 @@ s = "status" # custom git log (inline) - # sed part courtesy of: https://stackoverflow.com/a/32038784 + # sed part courtesy of: https://stackoverflow.com/questions/17371955/verifying-signed-git-commits/32038784#comment124980964_32038784 lgi = "!f() { \ git log --graph --branches --all --date=human --color $@ \ --format='%C(bold dim green)%h%C(auto) - %C(yellow)%<(12)%cr %C(bold)→%C(reset) %s%C(dim white) - %an %C(bold green)%G?%GS%C(reset cyan)%d%C(reset)' | \