All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix daemon documentation: '--enable-service' is not valid
@ 2007-01-24 13:47 Franck Bui-Huu
  2007-01-24 23:30 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Franck Bui-Huu @ 2007-01-24 13:47 UTC (permalink / raw)
  To: Git Mailing List

From: Franck Bui-Huu <fbuihuu@gmail.com>

To enable/disable a service we must use '--enable/--disable' options.

Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
---
 Documentation/git-daemon.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt
index 741f2c6..6e4cded 100644
--- a/Documentation/git-daemon.txt
+++ b/Documentation/git-daemon.txt
@@ -109,7 +109,7 @@ 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.
 
---enable-service, --disable-service::
+--enable, --disable::
 	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
-- 
1.4.4.3.ge6d4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix daemon documentation: '--enable-service' is not valid
  2007-01-24 13:47 [PATCH] Fix daemon documentation: '--enable-service' is not valid Franck Bui-Huu
@ 2007-01-24 23:30 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2007-01-24 23:30 UTC (permalink / raw)
  To: Franck; +Cc: git

Thanks.  But I think it was a typo that should have been fixed
like this, which I'll commit.

diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt
index 993adc7..9ddab71 100644
--- 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.
 
---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.
 
---allow-override, --forbid-override::
+--allow-override=service, --forbid-override=service::
 	Allow/forbid overriding the site-wide default with per
 	repository configuration.  By default, all the services
 	are overridable.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-01-24 23:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-24 13:47 [PATCH] Fix daemon documentation: '--enable-service' is not valid Franck Bui-Huu
2007-01-24 23:30 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.