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 ba5831f + 3087b61 commit 871ed78Copy full SHA for 871ed78
Documentation/git-name-rev.txt
@@ -31,8 +31,10 @@ OPTIONS
31
List all commits reachable from all refs
32
33
--stdin::
34
- Read from stdin, append "(<rev_name>)" to all sha1's of nameable
35
- 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
36
+ --name-only, substitute with "$rev_name", omitting $hex
37
+ altogether. Intended for the scripter's use.
38
39
--name-only::
40
Instead of printing both the SHA-1 and the name, print only
0 commit comments