git: tweaks to log aliases

This commit is contained in:
Fernando Schauenburg 2023-01-31 13:11:09 +01:00
parent ad8dd02a4e
commit 0264b5b302

View file

@ -4,15 +4,21 @@
ba = bv --all ba = bv --all
cm = commit --verbose cm = commit --verbose
co = checkout co = checkout
l = log --graph --format='%C(auto)%h%d %s %C(6)%ad' l = log --graph --pretty=basic
ln = log --graph --format='%C(auto)%h%d %s %C(10)on %ad %C(6)by %aN%C(10)<%C(13)%aE%C(10)>' ln = log --graph --pretty=name
ll = log --graph --decorate --stat ll = log --graph --decorate --stat
lp = log --graph -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
[pretty]
basic = %C(auto)%h%d %s %C(0) %C(10)%ad
name = %C(auto)%h%d %s %n%C(10)%aN <%C(2)%aE%C(10)> %ad %n
[core] [core]
excludesfile = ~/.config/git/ignore excludesfile = ~/.config/git/ignore
trustctime = false # http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/ trustctime = false # http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/