~ubuntu-branches/ubuntu/intrepid/git-core/intrepid-updates

« back to all changes in this revision

Viewing changes to Documentation/git-daemon.txt

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-04-22 13:31:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20070422133105-xg8fnm18r2cxcbg1
Tags: upstream-1.5.1.2
ImportĀ upstreamĀ versionĀ 1.5.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
the facility of inet daemon to achieve the same before spawning
132
132
`git-daemon` if needed.
133
133
 
134
 
--enable-service, --disable-service::
 
134
--enable=service, --disable=service::
135
135
        Enable/disable the service site-wide per default.  Note
136
136
        that a service disabled site-wide can still be enabled
137
137
        per repository if it is marked overridable and the
138
138
        repository enables the service with an configuration
139
139
        item.
140
140
 
141
 
--allow-override, --forbid-override::
 
141
--allow-override=service, --forbid-override=service::
142
142
        Allow/forbid overriding the site-wide default with per
143
143
        repository configuration.  By default, all the services
144
144
        are overridable.