summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d0f7dcb)
raw | patch | inline | side by side (parent: d0f7dcb)
author | Alexei Sholik <alcosholik@gmail.com> | |
Tue, 8 Mar 2011 13:16:09 +0000 (15:16 +0200) | ||
committer | Junio 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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-for-each-ref.txt | patch | blob | history |
index fac1cf55e51ff289167270de4f248dad959741c6..bffb5d24f8a3778e5e9cf4e3303d06287e0d044c 100644 (file)
--------
An example directly producing formatted text. Show the most recent
-3 tagged commits::
+3 tagged commits:
------------
#!/bin/sh
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
A bit more elaborate report on tags, demonstrating that the format
-may be an entire script::
+may be an entire script:
------------
#!/bin/sh