Merge branch 'rr/name-rev-stdin-doc' into maint

* rr/name-rev-stdin-doc:
  name-rev doc: rewrite --stdin paragraph
This commit is contained in:
Junio C Hamano
2013-07-19 10:43:08 -07:00

View File

@ -31,8 +31,10 @@ OPTIONS
List all commits reachable from all refs List all commits reachable from all refs
--stdin:: --stdin::
Read from stdin, append "(<rev_name>)" to all sha1's of nameable Transform stdin by substituting all the 40-character SHA-1
commits, and pass to stdout 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:: --name-only::
Instead of printing both the SHA-1 and the name, print only Instead of printing both the SHA-1 and the name, print only