1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[alias] lllog = log --oneline --decorate --all --graph llog = log --graph --pretty=format:'%C(yellow)%h%Creset -%C(red bold)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --all -n15 dlog = log --graph --pretty=format:'%cD %C(yellow)%h%Creset -%C(red bold)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --all -n15 [user] email = tim.allen@base2engineering.com name = Tim Allen [color] ui = auto [color "branch"] current = yellow reverse local = yellow remote = green [color "diff"] meta = yellow bold frag = magenta bold old = red bold new = green bold [color "status"] added = yellow changed = green untracked = cyan [core] autocrlf = input |