Browse Source

[PATCH] Update git-daemon documentation wrt. the --verbose parameter

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Petr Baudis 20 years ago committed by Junio C Hamano
parent
commit
b5cf3c8b77
  1. 5
      Documentation/git-daemon.txt

5
Documentation/git-daemon.txt

@ -7,7 +7,7 @@ git-daemon - A really simple server for GIT repositories. @@ -7,7 +7,7 @@ git-daemon - A really simple server for GIT repositories.

SYNOPSIS
--------
'git-daemon' [--inetd | --port=n]
'git-daemon' [--verbose] [--inetd | --port=n]

DESCRIPTION
-----------
@ -32,6 +32,9 @@ OPTIONS @@ -32,6 +32,9 @@ OPTIONS
--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>

Loading…
Cancel
Save