Skip to content

Commit 61b1229

Browse files
author
Junio C Hamano
committed
Autogenerated HTML docs for v1.6.0.3-523-g304d0
1 parent edc174c commit 61b1229

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

git-daemon.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,13 @@ <h2 id="_examples">EXAMPLES</h2>
731731
</dd>
732732
</dl></div>
733733
</div>
734+
<h2 id="_environment">ENVIRONMENT</h2>
735+
<div class="sectionbody">
736+
<div class="para"><p><em>git-daemon</em> will set REMOTE_ADDR to the IP address of the client
737+
that connected to it, if the IP address is available. REMOTE_ADDR will
738+
be available in the environment of hooks called when
739+
services are performed.</p></div>
740+
</div>
734741
<h2 id="_author">Author</h2>
735742
<div class="sectionbody">
736743
<div class="para"><p>Written by Linus Torvalds &lt;torvalds@osdl.org&gt;, YOSHIFUJI Hideaki
@@ -746,7 +753,7 @@ <h2 id="_git">GIT</h2>
746753
</div>
747754
<div id="footer">
748755
<div id="footer-text">
749-
Last updated 2008-09-19 06:32:49 UTC
756+
Last updated 2008-10-27 02:58:37 UTC
750757
</div>
751758
</div>
752759
</body>

git-daemon.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,15 @@ selectively enable/disable services per repository::
270270
----------------------------------------------------------------
271271

272272

273+
ENVIRONMENT
274+
-----------
275+
'git-daemon' will set REMOTE_ADDR to the IP address of the client
276+
that connected to it, if the IP address is available. REMOTE_ADDR will
277+
be available in the environment of hooks called when
278+
services are performed.
279+
280+
281+
273282
Author
274283
------
275284
Written by Linus Torvalds <torvalds@osdl.org>, YOSHIFUJI Hideaki

0 commit comments

Comments
 (0)