set_rewrite_notes_ref


Description:

public void set_rewrite_notes_ref (string rewrite_notes_ref)

Used by 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.

Parameters:

this

a RebaseOptions.

rewrite_notes_ref

the name of the notes reference.