projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e558e33
)
[PATCH] Update git-daemon documentation wrt. the --verbose parameter
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>
Documentation/git-daemon.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-daemon.txt
b/Documentation/git-daemon.txt
index
348a7ca
..
250e939
100644
(file)
--- a/
Documentation/git-daemon.txt
+++ b/
Documentation/git-daemon.txt
@@
-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
--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>