Do not ask for objects known to be complete.
[gitweb.git] / Documentation / git-daemon.txt
index 250e93974044ba678b29db013f2d964c7b6510c5..a013a58a7fea696c9c881d9195cf6e652a7f31b0 100644 (file)
@@ -3,11 +3,11 @@ git-daemon(1)
 
 NAME
 ----
-git-daemon - A really simple server for GIT repositories.
+git-daemon - A really simple server for git repositories.
 
 SYNOPSIS
 --------
-'git-daemon' [--verbose] [--inetd | --port=n]
+'git-daemon' [--verbose] [--syslog] [--inetd | --port=n]
 
 DESCRIPTION
 -----------
@@ -32,6 +32,10 @@ OPTIONS
 --port::
        Listen on an alternative port.
 
+--syslog::
+       Log to syslog instead of stderr. Note that this option does not imply
+       --verbose, thus by default only error conditions will be logged.
+
 --verbose::
        Log details about the incoming connections and requested files.