Re: [PATCH 3/3] name-rev doc: rewrite --stdin paragraph

2013-07-07 Thread Junio C Hamano
Ramkumar Ramachandra  writes:

> Signed-off-by: Ramkumar Ramachandra 
> ---
>  Documentation/git-name-rev.txt | 6 --
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/git-name-rev.txt b/Documentation/git-name-rev.txt
> index 7cde4b3..94bded8 100644
> --- a/Documentation/git-name-rev.txt
> +++ b/Documentation/git-name-rev.txt
> @@ -32,8 +32,10 @@ OPTIONS
>   List all commits reachable from all refs
>  
>  --stdin::
> - Read from stdin, append "()" to all sha1's of nameable
> - commits, and pass to stdout
> + Transform stdin by substituting all the 40-character SHA-1
> + hexes (say $hex) with "$hex ($rev_name)".  When used with
> + --name-only, substitute with "$rev_name", omitting $hex
> + altogether.  Intended for the scripter's use.
>  
>  --name-only::
>   Instead of printing both the SHA-1 and the name, print only

Looks obviously correct and more helpful description.

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 3/3] name-rev doc: rewrite --stdin paragraph

2013-07-07 Thread Ramkumar Ramachandra
Signed-off-by: Ramkumar Ramachandra 
---
 Documentation/git-name-rev.txt | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Documentation/git-name-rev.txt b/Documentation/git-name-rev.txt
index 7cde4b3..94bded8 100644
--- a/Documentation/git-name-rev.txt
+++ b/Documentation/git-name-rev.txt
@@ -32,8 +32,10 @@ OPTIONS
List all commits reachable from all refs
 
 --stdin::
-   Read from stdin, append "()" to all sha1's of nameable
-   commits, and pass to stdout
+   Transform stdin by substituting all the 40-character SHA-1
+   hexes (say $hex) with "$hex ($rev_name)".  When used with
+   --name-only, substitute with "$rev_name", omitting $hex
+   altogether.  Intended for the scripter's use.
 
 --name-only::
Instead of printing both the SHA-1 and the name, print only
-- 
1.8.3.2.737.gcbc076a.dirty

--
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