lgi: proper credit

This commit is contained in:
kalmenn 2023-12-22 00:52:40 +01:00
parent 77d99ff655
commit e2cb54fad5
Signed by: kalmenn
GPG key ID: F500055C44BC3834

2
config
View file

@ -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)<sig>%G?</sig>%GS%C(reset cyan)%d%C(reset)' | \