summaryrefslogtreecommitdiffstats
path: root/git-daemon.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-10-27 02:59:10 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-10-27 02:59:10 +0000
commit61b122905f8de706c660483fe1d4d99fe143e0d2 (patch)
treef65887f0122fb7f270f16e44919307e4f1a82eca /git-daemon.txt
parentedc174c306d045a9fb5ba9e47640ea1dedccd04b (diff)
downloadgit-htmldocs-61b122905f8de706c660483fe1d4d99fe143e0d2.tar.gz
Autogenerated HTML docs for v1.6.0.3-523-g304d0
Diffstat (limited to 'git-daemon.txt')
-rw-r--r--git-daemon.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/git-daemon.txt b/git-daemon.txt
index b08a08cd9..f1a570a87 100644
--- a/git-daemon.txt
+++ b/git-daemon.txt
@@ -270,6 +270,15 @@ selectively enable/disable services per repository::
----------------------------------------------------------------
+ENVIRONMENT
+-----------
+'git-daemon' will set REMOTE_ADDR to the IP address of the client
+that connected to it, if the IP address is available. REMOTE_ADDR will
+be available in the environment of hooks called when
+services are performed.
+
+
+
Author
------
Written by Linus Torvalds <torvalds@osdl.org>, YOSHIFUJI Hideaki