git_rebase_options.rewrite_notes_ref

Used by git_rebase_finish, this is the name of the notes reference used to rewrite notes for rebased commits when finishing the rebase; if null, the contents of the configuration option notes.rewriteRef is examined, unless the configuration option notes.rewrite.rebase is set to false. If notes.rewriteRef is also null, notes will not be rewritten.

struct git_rebase_options
const(char)* rewrite_notes_ref;

Meta