Add missing documentation of ChangeKind.MERGE_FIRST_PARENT_UPDATE

Change-Id: I83338f9e8c3db10004271056ba04ba00edf79639
This commit is contained in:
David Pursehouse
2016-07-01 22:22:25 +09:00
parent 13a702372b
commit 041fce1dc5
2 changed files with 4 additions and 0 deletions

View File

@@ -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.

View File

@@ -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.