summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-08-01 11:54:13 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2020-08-01 11:54:13 +0100
commit434e93bc980d31aa4372daaaa79a9e24864d413e (patch)
treed05b1cf95698edc15246ee70dddc4c333059ab8d /git
parentff982aee95a49b4536b28409dcd0c8521cea7751 (diff)
git: Show line numbers with git grep
Diffstat (limited to 'git')
-rw-r--r--git/config5
1 files changed, 4 insertions, 1 deletions
diff --git a/git/config b/git/config
index 3209ba3..d686e42 100644
--- a/git/config
+++ b/git/config
@@ -6,11 +6,14 @@
st = status
[branch]
- autosetuprebase = always
+ autoSetupRebase = always
[diff]
algorithm = histogram
+[grep]
+ lineNumber = true
+
[pull]
ff = only