Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit a6cacd4

Browse files
committed
Merge pull request hub4j#137 from simonecarriero/master
added 'diverged' constant to GHCompare.Status enum
2 parents 5a70835 + a7f75c9 commit a6cacd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/kohsuke/github/GHCompare.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,6 @@ public static class User extends GitUser {
148148
}
149149

150150
public static enum Status {
151-
behind, ahead, identical
151+
behind, ahead, identical, diverged
152152
}
153153
}

0 commit comments

Comments
 (0)