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.
1 parent d0f7dcb commit 22817b4Copy full SHA for 22817b4
Documentation/git-for-each-ref.txt
@@ -123,7 +123,7 @@ EXAMPLES
123
--------
124
125
An example directly producing formatted text. Show the most recent
126
-3 tagged commits::
+3 tagged commits:
127
128
------------
129
#!/bin/sh
@@ -140,7 +140,7 @@ Ref: %(*refname)
140
141
142
A simple example showing the use of shell eval on the output,
143
-demonstrating the use of --shell. List the prefixes of all heads::
+demonstrating the use of --shell. List the prefixes of all heads:
144
145
146
@@ -154,7 +154,7 @@ done
154
155
156
A bit more elaborate report on tags, demonstrating that the format
157
-may be an entire script::
+may be an entire script:
158
159
160
0 commit comments