Skip to content

Commit

Permalink
Merge pull request libgit2#522 from slavikus/master
Browse files Browse the repository at this point in the history
Adjusted GTMergeAnalysis type
  • Loading branch information
joshaber committed Oct 2, 2015
2 parents cfa1089 + da89640 commit f2adb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ObjectiveGit/GTRepository+Pull.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN

/// An enum describing the result of the merge analysis.
/// See `git_merge_analysis_t`.
typedef NS_ENUM(NSInteger, GTMergeAnalysis) {
typedef NS_OPTIONS(NSInteger, GTMergeAnalysis) {
GTMergeAnalysisNone = GIT_MERGE_ANALYSIS_NONE,
GTMergeAnalysisNormal = GIT_MERGE_ANALYSIS_NORMAL,
GTMergeAnalysisUpToDate = GIT_MERGE_ANALYSIS_UP_TO_DATE,
Expand Down

0 comments on commit f2adb0f

Please sign in to comment.