Update git log format

This commit is contained in:
rydesun 2025-11-11 08:37:09 +08:00
parent f24f7ea930
commit 2e613cc338

View file

@ -11,7 +11,7 @@
--pretty=format:'%C(auto)%h %C(blue)%ad%C(auto)%d %s' \ --pretty=format:'%C(auto)%h %C(blue)%ad%C(auto)%d %s' \
--date=format:'%y/%m/%d' --date=format:'%y/%m/%d'
llga = log --graph --decorate --all --abbrev=5 \ llga = log --graph --decorate --all --abbrev=5 \
--pretty=format:'%C(auto)%h %C(blue)%ad%C(auto)%d %s %C(dim white)(%an)' \ --pretty=format:'%C(auto)%h %C(blue)%ad%C(auto)%d %s %C(dim white)(%an)%n%b' \
--date=format:'%y/%m/%d %H:%M%z' --date=format:'%y/%m/%d %H:%M%z'
lg = lga -5 lg = lga -5
llg = llga -5 llg = llga -5