From: Junio C Hamano
Date: Mon, 26 Jun 2006 23:46:53 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.4.1-rc1-g1ef9
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3901ffb453101d619d2d19f531d2d05481a03751;p=git.git
Autogenerated HTML docs for v1.4.1-rc1-g1ef9
---
diff --git a/git-grep.html b/git-grep.html
index db8b1727a..21c53b7ff 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -280,7 +280,7 @@ git-grep(1) Manual Page
[-n] [-l | --files-with-matches] [-L | --files-without-match]
[-c | --count]
[-A <post-context>] [-B <pre-context>] [-C <context>]
- [-f <file>] [-e <pattern>]
+ [-f <file>] [-e] <pattern>
[<tree>…]
[--] [<path>…]
@@ -391,6 +391,16 @@ registered in the index file, or given tree objects.
+-e
+
+
+
+ The next parameter is the pattern. This option has to be
+ used for patterns starting with - and should be used in
+ scripts passing user input to grep.
+
+
+
<tree>…
@@ -424,7 +434,7 @@ revamped by Junio C Hamano.