From 074766f3e6232dcb7254da10f6c1cc3c9da1fb0c Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Fri, 22 Feb 2008 22:57:06 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.4.2-197-g22c43
---
git-grep.html | 6 ++++--
git-grep.txt | 4 +++-
git-merge-index.html | 4 ++--
git-merge-index.txt | 2 +-
4 files changed, 10 insertions(+), 6 deletions(-)
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.