summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2015-07-07 14:13:41 +0100
committerdakkar <dakkar@thenautilus.net>2015-07-07 14:13:41 +0100
commit8e6a5ce781a5e0b56ea71fc575ac1bdf811cc158 (patch)
tree6704b91ec144126753277868ceef1cff86374365
parentauto-completion for pm (diff)
downloaddotfiles-8e6a5ce781a5e0b56ea71fc575ac1bdf811cc158.tar.gz
dotfiles-8e6a5ce781a5e0b56ea71fc575ac1bdf811cc158.tar.bz2
dotfiles-8e6a5ce781a5e0b56ea71fc575ac1bdf811cc158.zip
git grep perl-style
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index b11249c..5e1657f 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -26,6 +26,8 @@
date = iso
[rebase]
stat = true
+[grep]
+ patternType = perl
[alias]
cmp = diff -b --word-diff=color --word-diff-regex='[[:alnum:]_]+|[^[:space:]]'
cmpshow = show --word-diff=color --word-diff-regex='[[:alnum:]_]+|[^[:space:]]'