From: Junio C Hamano
Date: Fri, 22 Feb 2008 22:57:06 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.4.2-197-g22c43
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=074766f3e6232dcb7254da10f6c1cc3c9da1fb0c;p=git.git
Autogenerated HTML docs for v1.5.4.2-197-g22c43
---
diff --git a/git-grep.html b/git-grep.html
index d96f52d1a..ea369821f 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -395,12 +395,14 @@ registered in the index file, or given tree objects.
--l | --files-with-matches | -L | --files-without-match
+-l | --files-with-matches | --name-only | -L | --files-without-match
Instead of showing every matched line, show only the
names of files that contain (or do not contain) matches.
+ For better compatability with git-diff, --name-only is a
+ synonym for --files-with-matches.
@@ -528,7 +530,7 @@ revamped by Junio C Hamano.