Remove push_change_refs from documentation

push_change_refs was removed from the code.
Remove it from the docs.

Change-Id: Ifdc1d882da3a3f446a56e55cf9487a2137eb6073
This commit is contained in:
Ramy Asselin 2014-07-09 14:36:44 -07:00
parent 9aa26bf556
commit 31a522837c
1 changed files with 0 additions and 3 deletions

View File

@ -52,9 +52,6 @@ configure Apache to do so using the following directives::
AliasMatch ^/p/(.*/objects/pack/pack-[0-9a-f]{40}.(pack|idx))$ /var/lib/zuul/git/$1
ScriptAlias /p/ /usr/lib/git-core/git-http-backend/
And set ``push_change_refs`` to ``false`` (the default) in the
``zuul`` section of zuul.conf.
Note that Zuul's Git repositories are not bare, which means they have
a working tree, and are not suitable for public consumption (for
instance, a clone will produce a repository in an unpredictable state