summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e558e33)
raw | patch | inline | side by side (parent: e558e33)
author | Petr Baudis <pasky@suse.cz> | |
Sat, 24 Sep 2005 14:12:58 +0000 (16:12 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 24 Sep 2005 18:20:43 +0000 (11:20 -0700) |
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-daemon.txt | patch | blob | history |
index 348a7cacd721f48545e414c150fa87eee1aa888f..250e93974044ba678b29db013f2d964c7b6510c5 100644 (file)
SYNOPSIS
--------
-'git-daemon' [--inetd | --port=n]
+'git-daemon' [--verbose] [--inetd | --port=n]
DESCRIPTION
-----------
--port::
Listen on an alternative port.
+--verbose::
+ Log details about the incoming connections and requested files.
+
Author
------
Written by Linus Torvalds <torvalds@osdl.org> and YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>