lgi: proper credit
This commit is contained in:
parent
77d99ff655
commit
e2cb54fad5
2
config
2
config
|
@ -31,7 +31,7 @@
|
||||||
s = "status"
|
s = "status"
|
||||||
|
|
||||||
# custom git log (inline)
|
# 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() { \
|
lgi = "!f() { \
|
||||||
git log --graph --branches --all --date=human --color $@ \
|
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)' | \
|
--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)' | \
|
||||||
|
|
Loading…
Reference in a new issue