contrib/git-jump: allow to configure the grep command
[gitweb.git] / contrib / git-jump / README
index 225e3f09547d07563a8da34b21677dce514659fa..9f58d5db8e36886a2bfb74abb2534fcd8bd6d5bb 100644 (file)
@@ -63,6 +63,9 @@ git jump grep foo_bar
 # same as above, but case-insensitive; you can give
 # arbitrary grep options
 git jump grep -i foo_bar
+
+# use the silver searcher for git jump grep
+git config jump.grepCmd "ag --column"
 --------------------------------------------------