summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMark Lodato <lodatom@gmail.com>2012-03-26 02:41:42 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-03-26 19:06:48 (GMT)
commita12c6b0149e3dadd0701dac4fd0ba2463d251650 (patch)
treed4fbdd1445e709d9ac3b6eb70dc9ba863cdd4ebd /Documentation
parent36384c979da7129393462c2208fd156b1453debd (diff)
downloadgit-a12c6b0149e3dadd0701dac4fd0ba2463d251650.zip
git-a12c6b0149e3dadd0701dac4fd0ba2463d251650.tar.gz
git-a12c6b0149e3dadd0701dac4fd0ba2463d251650.tar.bz2
grep doc: add --break / --heading / -W to synopsis
All of the other options were included in the synopsis, so it makes sense to include these as well. Signed-off-by: Mark Lodato <lodatom@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-grep.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt
index 6a8b1e3..343eadd 100644
--- a/Documentation/git-grep.txt
+++ b/Documentation/git-grep.txt
@@ -20,7 +20,9 @@ SYNOPSIS
[-c | --count] [--all-match] [-q | --quiet]
[--max-depth <depth>]
[--color[=<when>] | --no-color]
+ [--break] [--heading] [-p | --show-function]
[-A <post-context>] [-B <pre-context>] [-C <context>]
+ [-W | --function-context]
[-f <file>] [-e] <pattern>
[--and|--or|--not|(|)|-e <pattern>...]
[ [--exclude-standard] [--cached | --no-index | --untracked] | <tree>...]