From 31740d6f5b5f6730522beadbb40b0b3ce3aa1147 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Wed, 12 Oct 2011 09:27:51 +0200 Subject: [PATCH] Update project configuration documentation Since the projects are not anymore stored in the Gerrit database there is no SQL insert statement anymore to create new projects. Hence remove the textual reference to such a statement. Change-Id: Ib7eb8adefb41fd0e94d51647a5c0cb9032ca3523 Signed-off-by: Edwin Kempin --- Documentation/project-setup.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/project-setup.txt b/Documentation/project-setup.txt index edb43dc107..4231a5321f 100644 --- a/Documentation/project-setup.txt +++ b/Documentation/project-setup.txt @@ -68,8 +68,7 @@ tip of the destination branch at submit time. * Merge If Necessary + -This is the default for a new project (and why `'M'` is suggested -above in the insert statement). +This is the default for a new project. + If the change being submitted is a strict superset of the destination branch, then the branch is fast-forwarded to the change. If not,