summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Pearce <sop@google.com>2011-04-11 21:21:24 -0700
committerAndroid Code Review <code-review@android.com>2011-04-11 21:21:24 -0700
commit5c9cead9e66f98e34db250e1be218f4ed6389767 (patch)
tree22f14371786bb04205395f3cf74cb3ecb3df2158
parentf0cfe5365079fbca37ad326b7ebc9f3181ef6182 (diff)
parent8748e5e15931abd4e04f39f216dc2d07f7318ff3 (diff)
Merge "Document change set dependencies and cherry-pick"
-rw-r--r--Documentation/project-setup.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/project-setup.txt b/Documentation/project-setup.txt
index 465a82b1ee..e775e9acfc 100644
--- a/Documentation/project-setup.txt
+++ b/Documentation/project-setup.txt
@@ -111,6 +111,11 @@ end of the commit message a short summary of the change's approvals,
and a URL link back to the change on the web. The committer header
is also set to the submitter, while the author header retains the
original patch set author.
++
+Note that Gerrit ignores patch set dependencies when operating in
+cherry-pick mode. Submitters must remember to submit changes in
+the right order since inter-change dependencies will not be
+enforced for them.
Registering Additional Branches