This commit is contained in:
Marc Beninca 2024-11-18 11:54:27 +01:00
parent 4931f47fe2
commit b11bb1c60a
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,4 +1,4 @@
GIT_LOG_FORMAT="\
SH_GIT_LOG_FORMAT="\
%C(auto)%h%d
S %C(red)%GS
A %C(green)%an %ae
@ -293,7 +293,7 @@ git_log() {
log \
--abbrev=8 \
--abbrev-commit \
--format="${GIT_LOG_FORMAT}" \
--format="${SH_GIT_LOG_FORMAT}" \
--graph \
"${@}"
}