Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
grep doc: add --break / --heading / -W to synopsis
author
Mark Lodato
<lodatom@gmail.com>
Mon, 26 Mar 2012 02:41:42 +0000
(22:41 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 26 Mar 2012 19:06:48 +0000
(12:06 -0700)
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>
Documentation/git-grep.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
36384c9
)
diff --git
a/Documentation/git-grep.txt
b/Documentation/git-grep.txt
index 6a8b1e3a7d06218903ce5614f51c4e7cbba73b17..343eadd4076664cc66c9d22db22d800e92cc6dc6 100644
(file)
--- 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>...]