We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa1089 commit da89640Copy full SHA for da89640
ObjectiveGit/GTRepository+Pull.h
@@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN
13
14
/// An enum describing the result of the merge analysis.
15
/// See `git_merge_analysis_t`.
16
-typedef NS_ENUM(NSInteger, GTMergeAnalysis) {
+typedef NS_OPTIONS(NSInteger, GTMergeAnalysis) {
17
GTMergeAnalysisNone = GIT_MERGE_ANALYSIS_NONE,
18
GTMergeAnalysisNormal = GIT_MERGE_ANALYSIS_NORMAL,
19
GTMergeAnalysisUpToDate = GIT_MERGE_ANALYSIS_UP_TO_DATE,
0 commit comments