From: R. Steve McKown Date: Fri, 18 Mar 2016 17:07:04 +0000 (-0600) Subject: .gitconfig: heads default args X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=1fb70b3a7f8061d995b9d4223e56cd8f80be1b8b .gitconfig: heads default args -a by itself doesn't always show all the local and remote branches, nor does -b by itself. Together, it seems to do better. --- diff --git a/gitconfig b/gitconfig index ee65066..c2bdd41 100644 --- 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\"