From 45ac022da21a76ea38e4d2563d6929324fbd7eba Mon Sep 17 00:00:00 2001
From: William Carroll <wpcarro@gmail.com>
Date: Mon, 8 Jan 2018 15:15:20 -0500
Subject: Support git patch searching with patch-grep

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

(limited to 'configs')

diff --git a/configs/shared/.gitconfig b/configs/shared/.gitconfig
index 8d62d1e610c3..ffe42ef9b793 100644
--- a/configs/shared/.gitconfig
+++ b/configs/shared/.gitconfig
@@ -8,6 +8,7 @@
 	changed-files = 
 	conflicts = diff --name-only --diff-filter=U
 	yday = ! git log --name-only --since=yesterday.midnight --until=today.midnight --author=\"$(git config --get user.email)\"
+	patch-grep = log -p -S
 [commit]
 	gpgsign = true
 [gpg]
-- 
cgit 1.4.1