File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff 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 <torvalds@osdl.org>, 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 >
Original file line number Diff line number Diff 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+
273282Author
274283------
275284Written by Linus Torvalds <torvalds@osdl.org>, YOSHIFUJI Hideaki
You can’t perform that action at this time.
0 commit comments