X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gitconfig;h=60e9675047c137a4fc1d9a50aeaa5e09a798cf48;hb=0113b720b5c12adae26ed782704f01f085ac74e4;hp=03591f193625cc2d804cd574e1f82e74bd649a71;hpb=fb02663f5f05e22ad7123b1e6b5431302a97ef20;p=smckown%2Fdotfiles.git diff --git a/gitconfig b/gitconfig index 03591f1..60e9675 100644 --- a/gitconfig +++ b/gitconfig @@ -5,6 +5,7 @@ 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]