summaryrefslogtreecommitdiffstats
path: root/git-check-ref-format.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
commit076ffcc834f02a4f11d7f4fe8825be3b065020ff (patch)
tree6f5fa28df80c60c9b0a1dfab028d3db33ae22fa0 /git-check-ref-format.html
parent3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb (diff)
downloadgit-htmldocs-076ffcc834f02a4f11d7f4fe8825be3b065020ff.tar.gz
Autogenerated HTML docs for v1.8.1.2-545-g2f19ad
Diffstat (limited to 'git-check-ref-format.html')
-rw-r--r--git-check-ref-format.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-check-ref-format.html b/git-check-ref-format.html
index 55db3a6d8..e2ca73cf4 100644
--- a/git-check-ref-format.html
+++ b/git-check-ref-format.html
@@ -759,13 +759,13 @@ git-check-ref-format(1) Manual Page
<div class="sectionbody">
<div class="paragraph"><p>Checks if a given <em>refname</em> is acceptable, and exits with a non-zero
status if it is not.</p></div>
-<div class="paragraph"><p>A reference is used in git to specify branches and tags. A
+<div class="paragraph"><p>A reference is used in Git to specify branches and tags. A
branch head is stored in the <code>refs/heads</code> hierarchy, while
a tag is stored in the <code>refs/tags</code> hierarchy of the ref namespace
(typically in <code>$GIT_DIR/refs/heads</code> and <code>$GIT_DIR/refs/tags</code>
directories or, as entries in file <code>$GIT_DIR/packed-refs</code>
if refs are packed by <code>git gc</code>).</p></div>
-<div class="paragraph"><p>git imposes the following rules on how references are named:</p></div>
+<div class="paragraph"><p>Git imposes the following rules on how references are named:</p></div>
<div class="olist arabic"><ol class="arabic">
<li>
<p>
@@ -944,7 +944,7 @@ die "we do not like '$newbranch' as a branch name."</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2012-05-02 15:00:44 PDT
+Last updated 2013-02-05 21:07:26 PST
</div>
</div>
</body>