Skip to content

Commit

Permalink
Documentation: remove redundant colons in git-for-each-ref.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Alexei Sholik <alcosholik@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Alexei Sholik authored and Junio C Hamano committed Mar 9, 2011
1 parent d0f7dcb commit 22817b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/git-for-each-ref.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ EXAMPLES
--------

An example directly producing formatted text. Show the most recent
3 tagged commits::
3 tagged commits:

------------
#!/bin/sh
Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 22817b4

Please sign in to comment.