8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfa1089 + da89640 commit f2adb0fCopy full SHA for f2adb0f
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