Add missing documentation of ChangeKind.MERGE_FIRST_PARENT_UPDATE
Change-Id: I83338f9e8c3db10004271056ba04ba00edf79639
This commit is contained in:
@@ -50,6 +50,8 @@ kind:: change kind represents the kind of change uploaded, also represented in l
|
||||
|
||||
TRIVIAL_REBASE;; Conflict-free merge between the new parent and the prior patch set.
|
||||
|
||||
MERGE_FIRST_PARENT_UPDATE;; Conflict-free change of first (left) parent of a merge commit.
|
||||
|
||||
NO_CODE_CHANGE;; No code changed; same tree and same parent tree.
|
||||
|
||||
NO_CHANGE;; No changes; same commit message, same tree and same parent tree.
|
||||
|
||||
@@ -116,6 +116,8 @@ kind:: Kind of change uploaded.
|
||||
|
||||
TRIVIAL_REBASE;; Conflict-free merge between the new parent and the prior patch set.
|
||||
|
||||
MERGE_FIRST_PARENT_UPDATE;; Conflict-free change of first (left) parent of a merge commit.
|
||||
|
||||
NO_CODE_CHANGE;; No code changed; same tree and same parent tree.
|
||||
|
||||
NO_CHANGE;; No changes; same commit message, same tree and same parent tree.
|
||||
|
||||
Reference in New Issue
Block a user