]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
.gitconfig: heads default args
authorR. Steve McKown <rsmckown@gmail.com>
Fri, 18 Mar 2016 17:07:04 +0000 (11:07 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Fri, 18 Mar 2016 17:07:04 +0000 (11:07 -0600)
-a by itself doesn't always show all the local and remote branches, nor
does -b by itself.  Together, it seems to do better.

gitconfig

index ee6506631e42dd1291d813162a5733a2574f0e1b..c2bdd41688768aad960604e4e69713b92a48e992 100644 (file)
--- a/gitconfig
+++ b/gitconfig
@@ -23,4 +23,4 @@
 [branch]
        autosetuprebase = always
 [heads]
-       dfltargs = -a --author-date-order \"--format=format:%C(auto)%ad %h%d\"
+       dfltargs = -a -b --author-date-order \"--format=format:%C(auto)%ad %h%d\"