From 7b0d9a9b6e0d0f99a593b152912ed7c5a2f626c2 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 8 Mar 2014 16:49:45 -0800 Subject: [PATCH] update git config --- gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitconfig b/gitconfig index ed8b676..cab87b8 100644 --- a/gitconfig +++ b/gitconfig @@ -9,6 +9,7 @@ lo = log --oneline a = add c = commit + g = grep --break --heading --line-number [push] default = upstream [branch] @@ -38,3 +39,6 @@ [difftool "sourcetree"] cmd = opendiff \"$LOCAL\" \"$REMOTE\" path = +[grep] + extendRegexp = true + lineNumber = true