summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-03-10 01:18:12 +0000
committerJunio C Hamano <junio@kernel.org>2011-03-10 01:18:12 +0000
commita8cc1d89becb271f194a70827ae548d577d57c1e (patch)
tree7eabc4dac68221fec320185b92fa2e47e6e31ab1 /git-for-each-ref.html
parentc5be4cc1f482f43e73d5d1289ca5e4ab3cc0b9fd (diff)
downloadgit-htmldocs-a8cc1d89becb271f194a70827ae548d577d57c1e.tar.gz
Autogenerated HTML docs for v1.7.4.1-225-g83c3c
Diffstat (limited to 'git-for-each-ref.html')
-rw-r--r--git-for-each-ref.html20
1 files changed, 16 insertions, 4 deletions
diff --git a/git-for-each-ref.html b/git-for-each-ref.html
index dfa775321..5822a3c04 100644
--- a/git-for-each-ref.html
+++ b/git-for-each-ref.html
@@ -581,7 +581,7 @@ the date by adding one of <tt>:default</tt>, <tt>:relative</tt>, <tt>:short</tt>
<h2 id="_examples">EXAMPLES</h2>
<div class="sectionbody">
<div class="paragraph"><p>An example directly producing formatted text. Show the most recent
-3 tagged commits::</p></div>
+3 tagged commits:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>#!/bin/sh
@@ -596,7 +596,7 @@ Ref: %(*refname)
' 'refs/tags'</tt></pre>
</div></div>
<div class="paragraph"><p>A simple example showing the use of shell eval on the output,
-demonstrating the use of --shell. List the prefixes of all heads::</p></div>
+demonstrating the use of --shell. List the prefixes of all heads:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>#!/bin/sh
@@ -609,7 +609,7 @@ do
done</tt></pre>
</div></div>
<div class="paragraph"><p>A bit more elaborate report on tags, demonstrating that the format
-may be an entire script::</p></div>
+may be an entire script:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>#!/bin/sh
@@ -661,9 +661,21 @@ eval=`git for-each-ref --shell --format="$fmt" \
eval "$eval"</tt></pre>
</div></div>
</div>
+<h2 id="_author">Author</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Written by Junio C Hamano &lt;<a href="mailto:gitster@pobox.com">gitster@pobox.com</a>&gt;.</p></div>
+</div>
+<h2 id="_documentation">Documentation</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Documentation by Junio C Hamano and the git-list &lt;<a href="mailto:git@vger.kernel.org">git@vger.kernel.org</a>&gt;.</p></div>
+</div>
+<h2 id="_git">GIT</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
+</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-11-06 00:41:57 UTC
+Last updated 2011-03-10 01:17:52 UTC
</div>
</div>
</body>