summaryrefslogtreecommitdiff
path: root/Documentation/git-daemon.txt
diff options
context:
space:
mode:
authorMatthias Lederhofer <matled@gmx.net>2006-07-14 15:53:29 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-07-27 20:55:31 (GMT)
commit6c35119ac711c69c69874d7d52f5cfa12c07ccce (patch)
tree4eaf5691c92f587e61375eee955a9d03ac462828 /Documentation/git-daemon.txt
parent5209eda86363a3ba2e000903ad8de29589b18b58 (diff)
downloadgit-6c35119ac711c69c69874d7d52f5cfa12c07ccce.zip
git-6c35119ac711c69c69874d7d52f5cfa12c07ccce.tar.gz
git-6c35119ac711c69c69874d7d52f5cfa12c07ccce.tar.bz2
daemon: documentation for --reuseaddr, --detach and --pid-file
Signed-off-by: Matthias Lederhofer <matled@gmx.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-daemon.txt')
-rw-r--r--Documentation/git-daemon.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt
index 4c357da..0f7d274 100644
--- a/Documentation/git-daemon.txt
+++ b/Documentation/git-daemon.txt
@@ -11,7 +11,7 @@ SYNOPSIS
'git-daemon' [--verbose] [--syslog] [--inetd | --port=n] [--export-all]
[--timeout=n] [--init-timeout=n] [--strict-paths]
[--base-path=path] [--user-path | --user-path=path]
- [directory...]
+ [--reuseaddr] [--detach] [--pid-file=file] [directory...]
DESCRIPTION
-----------
@@ -82,6 +82,17 @@ OPTIONS
--verbose::
Log details about the incoming connections and requested files.
+--reuseaddr::
+ Use SO_REUSEADDR when binding the listening socket.
+ This allows the server to restart without waiting for
+ old connections to time out.
+
+--detach::
+ Detach from the shell. Implies --syslog.
+
+--pid-file=file::
+ Save the process id in 'file'.
+
<directory>::
A directory to add to the whitelist of allowed directories. Unless
--strict-paths is specified this will also include subdirectories