This commit is contained in:
Marc Beninca 2024-11-16 19:18:00 +01:00
parent 7a1320e108
commit c2ce37595c
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -263,8 +263,8 @@ gla() {
glb() { glb() {
git \ git \
log \ log \
--graph \
--format="%C(auto)%h%d %C(red)%ai%C(auto) %an%n%B" \ --format="%C(auto)%h%d %C(red)%ai%C(auto) %an%n%B" \
--graph \
"${@}" "${@}"
} }