Add Change Owner group to documentation

Gerrit would not allow assignment of the Change Owner group using git push
because this group isn't written to the groups file by default.  Adding the
group to the documentation will hopefully help users figure out how to
make it work.

Bug: issue 2388
Change-Id: Ib57b306a749bdf2817cd9c2e47a824636945b6bc
This commit is contained in:
Khai Do
2014-09-05 10:14:32 -07:00
committed by David Pursehouse
parent 1378c6c8a4
commit 5aaeee36b3

View File

@@ -247,6 +247,7 @@ This is what the default groups file for +All-Projects.git+ looks like:
#
3d6da7dc4e99e6f6e5b5196e21b6f504fc530bba Administrators
global:Anonymous-Users Anonymous Users
global:Change-Owner Change Owner
global:Project-Owners Project Owners
global:Registered-Users Registered Users
----