summaryrefslogtreecommitdiffstats
path: root/githooks.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 /githooks.html
parent3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb (diff)
downloadgit-htmldocs-076ffcc834f02a4f11d7f4fe8825be3b065020ff.tar.gz
Autogenerated HTML docs for v1.8.1.2-545-g2f19ad
Diffstat (limited to 'githooks.html')
-rw-r--r--githooks.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/githooks.html b/githooks.html
index 7479a4933..03c962095 100644
--- a/githooks.html
+++ b/githooks.html
@@ -737,7 +737,7 @@ githooks(5) Manual Page
<h2>NAME</h2>
<div class="sectionbody">
<p>githooks -
- Hooks used by git
+ Hooks used by Git
</p>
</div>
</div>
@@ -835,7 +835,7 @@ a commit SHA1 (if a <code>-c</code>, <code>-C</code> or <code>--amend</code> opt
it is not suppressed by the <code>--no-verify</code> option. A non-zero exit
means a failure of the hook and aborts the commit. It should not
be used as replacement for pre-commit hook.</p></div>
-<div class="paragraph"><p>The sample <code>prepare-commit-msg</code> hook that comes with git comments
+<div class="paragraph"><p>The sample <code>prepare-commit-msg</code> hook that comes with Git comments
out the <code>Conflicts:</code> part of a merge&#8217;s commit message.</p></div>
</div>
<div class="sect2">
@@ -1011,7 +1011,7 @@ names.</p></div>
for the user.</p></div>
<div class="paragraph"><p>The default <em>post-receive</em> hook is empty, but there is
a sample script <code>post-receive-email</code> provided in the <code>contrib/hooks</code>
-directory in git distribution, which implements sending commit
+directory in Git distribution, which implements sending commit
emails.</p></div>
</div>
<div class="sect2">
@@ -1033,7 +1033,7 @@ them.</p></div>
<div class="paragraph"><p>When enabled, the default <em>post-update</em> hook runs
<em>git update-server-info</em> to keep the information used by dumb
transports (e.g., HTTP) up-to-date. If you are publishing
-a git repository that is accessible via HTTP, you should
+a Git repository that is accessible via HTTP, you should
probably enable this hook.</p></div>
<div class="paragraph"><p>Both standard output and standard error output are forwarded to
<em>git send-pack</em> on the other end, so you can simply <code>echo</code> messages
@@ -1093,7 +1093,7 @@ processed by rebase.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-01-25 13:32:06 PST
+Last updated 2013-02-05 21:07:26 PST
</div>
</div>
</body>