From f9dacaa3688c48111185b10d1a4d70f5730711b8 Mon Sep 17 00:00:00 2001
From: Scott Wallace <scott@wallace.sh>
Date: Wed, 22 Jun 2016 10:03:24 +0100
Subject: [PATCH] Add a Git alias for showing branches and their authors.

---
 .gitconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitconfig b/.gitconfig
index 9e3b898..1d54ba8 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -22,6 +22,7 @@
     ci = commit
     co = checkout
     br = branch
+    ref = for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' --sort=committerdate
 [color]
     ui = true
 [branch]