Add lineNumber to git-grep results
dblume

dblume commited on 2024-02-06 14:36:26
Showing 1 changed files, with 2 additions and 0 deletions.

... ...
@@ -34,5 +34,7 @@
34 34
 	conflictstyle = diff3
35 35
 [tag]
36 36
 	sort = -creatordate 
37
+[grep]
38
+	lineNumber = true
37 39
 [include]
38 40
 	path = ~/.gitconfig.local
39 41