X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-daemon.txt;h=9ddab712031cc2b71ccfc83dd5b6b475b5bfc809;hb=3a81b9f571a6b7edd83b3d5f27c3c95d9b1c9d5c;hp=993adc7c5adf63f144d7ce257a670363abe18322;hpb=019298015bb7c826b72f2573047b7221b0921fd3;p=git.git diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index 993adc7c5..9ddab7120 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.