summaryrefslogtreecommitdiffstats
path: root/git-receive-pack.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-05-23 16:07:42 +0900
committerJunio C Hamano <gitster@pobox.com>2018-05-23 16:07:42 +0900
commitb9d9d90d180cf21baeeb16bd89828d25c7901470 (patch)
treea40241052af8d4f5543b66581e3f0235cfae0af3 /git-receive-pack.html
parentccb8252b46bfba5daf0cfcedaf0f9d2e14ba356f (diff)
downloadgit-htmldocs-b9d9d90d180cf21baeeb16bd89828d25c7901470.tar.gz
Autogenerated HTML docs for v2.17.0-775-ge144d
Diffstat (limited to 'git-receive-pack.html')
-rw-r--r--git-receive-pack.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/git-receive-pack.html b/git-receive-pack.html
index f274bcf24..9cf4f0cbf 100644
--- a/git-receive-pack.html
+++ b/git-receive-pack.html
@@ -1,9 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 8.6.9" />
+<meta name="generator" content="AsciiDoc 8.6.10" />
<title>git-receive-pack(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -791,7 +792,7 @@ its behavior, see <a href="git-config.html">git-config(1)</a>.</p></div>
</div>
</div>
<div class="sect1">
-<h2 id="_pre_receive_hook">pre-receive Hook</h2>
+<h2 id="_pre_receive_hook">PRE-RECEIVE HOOK</h2>
<div class="sectionbody">
<div class="paragraph"><p>Before any ref is updated, if $GIT_DIR/hooks/pre-receive file exists
and is executable, it will be invoked once with no parameters. The
@@ -927,7 +928,7 @@ bail out if the update is not to be supported.</p></div>
</div>
</div>
<div class="sect1">
-<h2 id="_update_hook">update Hook</h2>
+<h2 id="_update_hook">UPDATE HOOK</h2>
<div class="sectionbody">
<div class="paragraph"><p>Before each ref is updated, if $GIT_DIR/hooks/update file exists
and is executable, it is invoked once per ref, with three parameters:</p></div>
@@ -950,7 +951,7 @@ this hook. Consider using the post-receive hook instead.</p></div>
</div>
</div>
<div class="sect1">
-<h2 id="_post_receive_hook">post-receive Hook</h2>
+<h2 id="_post_receive_hook">POST-RECEIVE HOOK</h2>
<div class="sectionbody">
<div class="paragraph"><p>After all refs were updated (or attempted to be updated), if any
ref update was successful, and if $GIT_DIR/hooks/post-receive
@@ -1011,7 +1012,7 @@ rather than the current value of refname.</p></div>
</div>
</div>
<div class="sect1">
-<h2 id="_post_update_hook">post-update Hook</h2>
+<h2 id="_post_update_hook">POST-UPDATE HOOK</h2>
<div class="sectionbody">
<div class="paragraph"><p>After all other processing, if at least one ref was updated, and
if $GIT_DIR/hooks/post-update file exists and is executable, then
@@ -1030,7 +1031,7 @@ exec git update-server-info</code></pre>
</div>
</div>
<div class="sect1">
-<h2 id="_quarantine_environment">Quarantine Environment</h2>
+<h2 id="_quarantine_environment">QUARANTINE ENVIRONMENT</h2>
<div class="sectionbody">
<div class="paragraph"><p>When <code>receive-pack</code> takes in objects, they are placed into a temporary
"quarantine" directory within the <code>$GIT_DIR/objects</code> directory and
@@ -1083,7 +1084,7 @@ The <code>pre-receive</code> hook MUST NOT update any refs to point to
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-26 15:11:04 PST
+ 2018-05-23 16:06:29 JST
</div>
</div>
</body>