From 7b455a64a1e138e99b4134425750c09322f8a5ac Mon Sep 17 00:00:00 2001 From: Bo Jeanes Date: Tue, 4 Dec 2012 18:55:49 -0600 Subject: [PATCH] see latest branches --- vcs/git/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/vcs/git/gitconfig b/vcs/git/gitconfig index 19613f1..403e2e7 100644 --- a/vcs/git/gitconfig +++ b/vcs/git/gitconfig @@ -4,6 +4,7 @@ push-all = "!for i in $(git config --list | grep -E ^remote\\..+\\.url | sed -E 's/^remote\\.(.*)\\.url=.*/\\1/'); do git push $i master; done" unadd = reset HEAD ctags = !.git/hooks/ctags + latest = for-each-ref --sort=-committerdate --format='%(committerdate:relative) -> %(refname:short)' [apply] whitespace = nowarn [color]