diff options
Diffstat (limited to 'notes-merge.h')
-rw-r--r-- | notes-merge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes-merge.h b/notes-merge.h index aa756931a5..195222f9da 100644 --- a/notes-merge.h +++ b/notes-merge.h @@ -11,7 +11,7 @@ enum notes_merge_verbosity { struct notes_merge_options { const char *local_ref; const char *remote_ref; - const char *commit_msg; + struct strbuf commit_msg; int verbosity; enum { NOTES_MERGE_RESOLVE_MANUAL = 0, |