summaryrefslogtreecommitdiffstats
path: root/git-grep.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-04-02 04:32:29 +0000
committerJunio C Hamano <junio@kernel.org>2011-04-02 04:32:29 +0000
commita03ac8675725e0f73e11b08ca9d7d395d1a16d15 (patch)
treebfaec069d94d13e788e149166c68f4e87773c6d6 /git-grep.txt
parentf2873fdaeac7a9222349346775417f7325801664 (diff)
downloadgit-htmldocs-a03ac8675725e0f73e11b08ca9d7d395d1a16d15.tar.gz
Autogenerated HTML docs for v1.7.5-rc0-96-gc4b2c
Diffstat (limited to 'git-grep.txt')
-rw-r--r--git-grep.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/git-grep.txt b/git-grep.txt
index 132505eb4..d7523b3e4 100644
--- a/git-grep.txt
+++ b/git-grep.txt
@@ -31,6 +31,16 @@ Look for specified patterns in the tracked files in the work tree, blobs
registered in the index file, or blobs in given tree objects.
+CONFIGURATION
+-------------
+
+grep.lineNumber::
+ If set to true, enable '-n' option by default.
+
+grep.extendedRegexp::
+ If set to true, enable '--extended-regexp' option by default.
+
+
OPTIONS
-------
--cached::