2017-06-29 23:23:52 +02:00
|
|
|
[user]
|
|
|
|
name = dbroqua
|
|
|
|
email = dbroqua@mousur.org
|
|
|
|
[gc]
|
|
|
|
autoDetach = false
|
|
|
|
[core]
|
|
|
|
autocrlf = input
|
|
|
|
|
|
|
|
[alias]
|
|
|
|
tree = log --graph --decorate --pretty=raw --abbrev-commit
|
2017-06-29 23:29:12 +02:00
|
|
|
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
|
2017-09-02 15:43:27 +02:00
|
|
|
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
|
|
|
|
diffpull = diff HEAD@{1}
|