Move "projects" table into Git
Project settings are now saved in the project.config file of the refs/meta/config branch within each Git repository. This offers us free version control over the lifespan of the project, and will help reduce schema version issues as the configuration file is more free-form. Project owners can edit the configuration of their project by hand and push the results back up, possibly even going through code review, if the proper access rules are assigned in the project's access panel. Project users can inspect the history of the configuration by reading the history of the refs/meta/config branch with their favorite history browser. Change-Id: Id63414d86dbfb9033021f76e1d5e782373525a77 Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
@@ -13,7 +13,6 @@ SYNOPSIS
|
||||
[--branch <REF>] \
|
||||
[\--owner <GROUP> ...] \
|
||||
[\--parent <NAME>] \
|
||||
[\--permissions-only] \
|
||||
[\--description <DESC>] \
|
||||
[\--submit-type <TYPE>] \
|
||||
[\--use-content-merge] \
|
||||
@@ -71,11 +70,6 @@ repository.*.createGroup will be used. If they don't exist,
|
||||
through. If not specified, the parent is set to the default
|
||||
project `\-- All Projects \--`.
|
||||
|
||||
\--permissions-only::
|
||||
Create the project only to serve as a parent for other
|
||||
projects. The new project's Git repository will not be
|
||||
initialized, and cannot be cloned.
|
||||
|
||||
\--description::
|
||||
Initial description of the project. If not specified,
|
||||
no description is stored.
|
||||
|
||||
Reference in New Issue
Block a user