We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6492dea + 3087b61 commit 624ec4fCopy full SHA for 624ec4f
Documentation/git-name-rev.txt
@@ -32,8 +32,10 @@ OPTIONS
32
List all commits reachable from all refs
33
34
--stdin::
35
- Read from stdin, append "(<rev_name>)" to all sha1's of nameable
36
- 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
37
+ --name-only, substitute with "$rev_name", omitting $hex
38
+ altogether. Intended for the scripter's use.
39
40
--name-only::
41
Instead of printing both the SHA-1 and the name, print only
0 commit comments