From: Junio C Hamano Date: Sun, 7 Mar 2010 20:47:17 +0000 (-0800) Subject: Merge branch 'ml/maint-grep-doc' X-Git-Tag: v1.7.1-rc0~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3fea3139c252298f6d79a405f889f05859b9c47d;p=thirdparty%2Fgit.git Merge branch 'ml/maint-grep-doc' * ml/maint-grep-doc: grep docs: document --no-index option grep docs: --cached and ... are incompatible grep docs: use AsciiDoc literals consistently grep docs: pluralize "Example" section --- 3fea3139c252298f6d79a405f889f05859b9c47d diff --cc Documentation/git-grep.txt index 6305f6d82a,ee506e67f0..4b32322a67 --- a/Documentation/git-grep.txt +++ b/Documentation/git-grep.txt @@@ -18,10 -17,11 +17,11 @@@ SYNOPSI [-z | --null] [-c | --count] [--all-match] [-q | --quiet] [--max-depth ] - [--color | --no-color] + [--color[=] | --no-color] [-A ] [-B ] [-C ] [-f ] [-e] - [--and|--or|--not|(|)|-e ...] [...] + [--and|--or|--not|(|)|-e ...] + [--cached | --no-index | ...] [--] [...] DESCRIPTION