Skip to content

Commit

Permalink
Merge pull request #124 from TWestling/master
Browse files Browse the repository at this point in the history
Added a new change kind, NO_CHANGE
  • Loading branch information
rsandell authored Aug 23, 2023
2 parents a409f3f + 0cc9e6f commit 816e3fa
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ public enum GerritChangeKind {
* commit message).
*/
NO_CODE_CHANGE("NO_CODE_CHANGE"),
/**
* No changes (same parent tree, same code delta, same commit message,
* only the patch set SHA-1 is different).
*/
NO_CHANGE("NO_CHANGE"),
/**
* Catch-all type if Gerrit adds a new ChangeKind we don't know about.
*/
Expand Down

0 comments on commit 816e3fa

Please sign in to comment.