X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gitconfig;h=ee6506631e42dd1291d813162a5733a2574f0e1b;hb=96fabb8f4048e221061012182b561b597eac1414;hp=60e9675047c137a4fc1d9a50aeaa5e09a798cf48;hpb=0113b720b5c12adae26ed782704f01f085ac74e4;p=smckown%2Fdotfiles.git diff --git a/gitconfig b/gitconfig index 60e9675..ee65066 100644 --- a/gitconfig +++ b/gitconfig @@ -5,7 +5,6 @@ ui = auto [alias] llog = log --date=local - branches = !git for-each-ref --sort='-authordate' --format='%(authordate)\t%(objectname:short)\t%(refname)' refs/{heads,remotes} | sed -e 's|refs/heads/||' -e 's|refs/remotes/||' | less [log] decorate = true [diff] @@ -23,3 +22,5 @@ default = simple [branch] autosetuprebase = always +[heads] + dfltargs = -a --author-date-order \"--format=format:%C(auto)%ad %h%d\"