Documentation: remove redundant colons in git-for-each-ref.txt
authorAlexei Sholik <alcosholik@gmail.com>
Tue, 8 Mar 2011 13:16:09 +0000 (15:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Mar 2011 19:54:56 +0000 (11:54 -0800)
Signed-off-by: Alexei Sholik <alcosholik@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-for-each-ref.txt
index fac1cf55e51ff289167270de4f248dad959741c6..bffb5d24f8a3778e5e9cf4e3303d06287e0d044c 100644 (file)
@@ -123,7 +123,7 @@ EXAMPLES
 --------
 
 An example directly producing formatted text.  Show the most recent
-3 tagged commits::
+3 tagged commits:
 
 ------------
 #!/bin/sh
@@ -140,7 +140,7 @@ Ref: %(*refname)
 
 
 A simple example showing the use of shell eval on the output,
-demonstrating the use of --shell.  List the prefixes of all heads::
+demonstrating the use of --shell.  List the prefixes of all heads:
 ------------
 #!/bin/sh
 
@@ -154,7 +154,7 @@ done
 
 
 A bit more elaborate report on tags, demonstrating that the format
-may be an entire script::
+may be an entire script:
 ------------
 #!/bin/sh