]> oss.titaniummirror.com Git - smckown/dotfiles.git/blobdiff - gitconfig
ssh: add agent forwarding for negadon
[smckown/dotfiles.git] / gitconfig
index 60e9675047c137a4fc1d9a50aeaa5e09a798cf48..c2bdd41688768aad960604e4e69713b92a48e992 100644 (file)
--- 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 -b --author-date-order \"--format=format:%C(auto)%ad %h%d\"