summaryrefslogtreecommitdiffstats
path: root/git-grep.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-25 13:02:36 -0700
committerJunio C Hamano <gitster@pobox.com>2012-05-25 13:02:36 -0700
commit0364a71a6235c56636be75b7912245a27906cf82 (patch)
tree72d4337ac0d83d8108ebb19919cd38331de8aa84 /git-grep.txt
parent843ce960172f905adde020be09e82cb7fb7cdf70 (diff)
downloadgit-htmldocs-0364a71a6235c56636be75b7912245a27906cf82.tar.gz
Autogenerated HTML docs for v1.7.11-rc0
Diffstat (limited to 'git-grep.txt')
-rw-r--r--git-grep.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-grep.txt b/git-grep.txt
index 4785f1c5c..3bec03688 100644
--- a/git-grep.txt
+++ b/git-grep.txt
@@ -31,7 +31,9 @@ SYNOPSIS
DESCRIPTION
-----------
Look for specified patterns in the tracked files in the work tree, blobs
-registered in the index file, or blobs in given tree objects.
+registered in the index file, or blobs in given tree objects. Patterns
+are lists of one or more search expressions separated by newline
+characters. An empty string as search expression matches all lines.
CONFIGURATION