This commit is contained in:
Marc Beninca 2024-12-01 19:53:12 +01:00
parent 2054f48931
commit 30b002c31e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

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