Re: [PATCH] rev-list-options.txt: complete sentence about notes matching

2015-04-20 Thread Junio C Hamano
Michael J Gruber  writes:

> Signed-off-by: Michael J Gruber 
> ---
>  Documentation/rev-list-options.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/rev-list-options.txt 
> b/Documentation/rev-list-options.txt
> index f620ee4..77ac439 100644
> --- a/Documentation/rev-list-options.txt
> +++ b/Documentation/rev-list-options.txt
> @@ -59,8 +59,8 @@ endif::git-rev-list[]
>   matches any of the given patterns are chosen (but see
>   `--all-match`).
>  +
> -When `--show-notes` is in effect, the message from the notes as
> -if it is part of the log message.
> +When `--show-notes` is in effect, the message from the notes is
> +matched as if it were part of the log message.
>  
>  --all-match::
>   Limit the commits output to ones that match all given `--grep`,


Makes sense, thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] rev-list-options.txt: complete sentence about notes matching

2015-04-17 Thread Michael J Gruber
Signed-off-by: Michael J Gruber 
---
 Documentation/rev-list-options.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/rev-list-options.txt 
b/Documentation/rev-list-options.txt
index f620ee4..77ac439 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -59,8 +59,8 @@ endif::git-rev-list[]
matches any of the given patterns are chosen (but see
`--all-match`).
 +
-When `--show-notes` is in effect, the message from the notes as
-if it is part of the log message.
+When `--show-notes` is in effect, the message from the notes is
+matched as if it were part of the log message.
 
 --all-match::
Limit the commits output to ones that match all given `--grep`,
-- 
2.4.0.rc2.251.gab67463

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html