updated git log
This commit is contained in:
parent
d9f175a710
commit
0dfc8c056f
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ autoSetupRemote = true
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
adog = log --all --decorate --oneline --graph
|
adog = log --all --decorate --oneline --graph
|
||||||
l = log --format=tformat:'%C(bold magenta)%h%C(reset) %C(bold)%s%C(reset)%C(auto)%d%C(reset) %C(green)<%ar>%C(reset) %C(dim white)%aN%C(reset)'
|
l = log --format=tformat:'%C(bold magenta)%h%C(reset) %C(bold)%s%C(reset)%C(auto)%d%C(reset) %C(green)%ar%C(reset) %C(dim white)%aN%C(reset)'
|
||||||
lf = log --graph --format=tformat:'%C(bold yellow)%h%C(reset) %C(cyan)%aD%C(reset) %C(green)(%ar) %C(dim white)%aN%C(reset)%w(0,0,9)%n %C(bold)%s%C(auto)%+d%C(reset)%w(0,0,10)%+b'
|
lf = log --graph --format=tformat:'%C(bold yellow)%h%C(reset) %C(cyan)%aD%C(reset) %C(green)(%ar) %C(dim white)%aN%C(reset)%w(0,0,9)%n %C(bold)%s%C(auto)%+d%C(reset)%w(0,0,10)%+b'
|
||||||
lg = "!f() { x=${1-6};\
|
lg = "!f() { x=${1-6};\
|
||||||
length=$(expr $x + 8);\
|
length=$(expr $x + 8);\
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
border-radius=5
|
border-radius=5
|
||||||
font=monospace 15
|
font=monospace 10
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
background-color=#1e1e2e
|
background-color=#1e1e2e
|
||||||
|
|
Loading…
Reference in a new issue