Skip to content

Commit 121d605

Browse files
committed
More gitconfig tweaks
1 parent 235eaef commit 121d605

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gitconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
ui = auto
1313
[diff]
1414
algorithm = histogram
15+
colorMoved = true
1516
mnemonicPrefix = true
1617
renames = true
1718
[help]
@@ -33,6 +34,8 @@
3334
unstage = reset HEAD --
3435
ours = "!f() { git checkout --ours $@ && git add $@; }; f"
3536
theirs = "!f() { git checkout --theirs $@ && git add $@; }; f"
37+
[grep]
38+
patternType = perl
3639
[fetch]
3740
prune = true
3841
pruneTags = true

0 commit comments

Comments
 (0)