git: improve log with patch

This commit is contained in:
Fernando Schauenburg 2023-07-13 02:43:06 +02:00
parent f9569c4c42
commit a3c54fe1fc

View file

@ -9,11 +9,10 @@
l = log --graph --pretty=basic l = log --graph --pretty=basic
ln = log --graph --pretty=name ln = log --graph --pretty=name
ll = log --graph --decorate --stat ll = log --graph --decorate --stat
lp = log --graph -p lp = log -p
la = l --all la = l --all
lna = ln --all lna = ln --all
lla = ll --all lla = ll --all
lpa = lp --all
s = status --short s = status --short
ss = status ss = status
@ -35,7 +34,7 @@
[delta] [delta]
navigate = true # use n and N to navigate diff secitons navigate = true # use n and N to navigate diff secitons
commit-decoration-style = "#b58900" box commit-decoration-style = "#b58900" bold box ul
commit-style = raw commit-style = raw
dark = true dark = true
file-decoration-style = "#268bd2" box ul file-decoration-style = "#268bd2" box ul