Skip to content

Commit 22817b4

Browse files
alcogitster
authored andcommitted
Documentation: remove redundant colons in git-for-each-ref.txt
Signed-off-by: Alexei Sholik <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d0f7dcb commit 22817b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-for-each-ref.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ EXAMPLES
123123
--------
124124

125125
An example directly producing formatted text. Show the most recent
126-
3 tagged commits::
126+
3 tagged commits:
127127

128128
------------
129129
#!/bin/sh
@@ -140,7 +140,7 @@ Ref: %(*refname)
140140

141141

142142
A simple example showing the use of shell eval on the output,
143-
demonstrating the use of --shell. List the prefixes of all heads::
143+
demonstrating the use of --shell. List the prefixes of all heads:
144144
------------
145145
#!/bin/sh
146146

@@ -154,7 +154,7 @@ done
154154

155155

156156
A bit more elaborate report on tags, demonstrating that the format
157-
may be an entire script::
157+
may be an entire script:
158158
------------
159159
#!/bin/sh
160160

0 commit comments

Comments
 (0)