From e1ae4f58dd778443fa5981aa9a0ba0545d0f0555 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Thu, 28 Aug 2014 15:30:03 -0700 Subject: [PATCH] [git] Changes for 2.1 - Add -S option to the pager - Use version:refname for sorting tags --- git/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index 74d251f..250eabd 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -8,6 +8,7 @@ safecrlf = true excludesfile = /Users/alpha/.gitignore quotepath = false + pager = less -S [alias] ; hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short co = checkout @@ -50,3 +51,5 @@ algorithm = patience [fetch] prune = true +[tag] + sort = version:refname