Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-daemon documentation on enabling services.
author
Junio C Hamano
<junkio@cox.net>
Wed, 24 Jan 2007 23:29:07 +0000
(15:29 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 24 Jan 2007 23:29:07 +0000
(15:29 -0800)
Noticed by Franck Bui-Huu.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-daemon.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
084ae0a
)
diff --git
a/Documentation/git-daemon.txt
b/Documentation/git-daemon.txt
index 993adc7c5adf63f144d7ce257a670363abe18322..9ddab712031cc2b71ccfc83dd5b6b475b5bfc809 100644
(file)
--- a/
Documentation/git-daemon.txt
+++ b/
Documentation/git-daemon.txt
@@
-131,14
+131,14
@@
Giving these options is an error when used with `--inetd`; use
the facility of inet daemon to achieve the same before spawning
`git-daemon` if needed.
the facility of inet daemon to achieve the same before spawning
`git-daemon` if needed.
---enable
-service, --disable-
service::
+--enable
=service, --disable=
service::
Enable/disable the service site-wide per default. Note
that a service disabled site-wide can still be enabled
per repository if it is marked overridable and the
repository enables the service with an configuration
item.
Enable/disable the service site-wide per default. Note
that a service disabled site-wide can still be enabled
per repository if it is marked overridable and the
repository enables the service with an configuration
item.
---allow-override
, --forbid-overrid
e::
+--allow-override
=service, --forbid-override=servic
e::
Allow/forbid overriding the site-wide default with per
repository configuration. By default, all the services
are overridable.
Allow/forbid overriding the site-wide default with per
repository configuration. By default, all the services
are overridable.