X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.gitconfig;h=4a411ea5a43ba005fcdb3111908a3989f7d2e440;hb=bd57e37cf34ee5160502d3cad22bb0a6e570b83d;hp=7bf84b449b157507b67169ec9a525ad08bb4842a;hpb=5d8f7002236001775c4eb6982f1feda170ba0436;p=dotfiles.git diff --git a/.gitconfig b/.gitconfig index 7bf84b4..4a411ea 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,6 +6,7 @@ co = checkout d = diff dc = diff --cached + dshow = show --decorate l = log --decorate l1 = log --decorate --oneline l5 = log --decorate -5 @@ -19,7 +20,10 @@ stb = status --short --branch unstage = reset HEAD -- wdiff = diff --word-diff - wshow = show --word-diff + wshow = show --word-diff --decorate + +[branch] + autosetuprebase = always [color] ui = auto @@ -84,8 +88,8 @@ untracked = red updated = magenta -[core] - pager = less -FRSXgimq +[log] + abbrevCommit = true [merge] tool = vimdiff