diff options
Diffstat (limited to 'notes-merge.h')
-rw-r--r-- | notes-merge.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/notes-merge.h b/notes-merge.h index 577cfb33cd..ed356ae3af 100644 --- a/notes-merge.h +++ b/notes-merge.h @@ -11,6 +11,12 @@ struct notes_merge_options { const char *remote_ref; const char *commit_msg; int verbosity; + enum { + NOTES_MERGE_RESOLVE_MANUAL = 0, + NOTES_MERGE_RESOLVE_OURS, + NOTES_MERGE_RESOLVE_THEIRS, + NOTES_MERGE_RESOLVE_UNION + } strategy; }; void init_notes_merge_options(struct notes_merge_options *o); |