libgit2

git_rebase_options

Version:

Rebase options

Use to tell the rebase machinery how to operate.

Signature

typedef struct git_rebase_options { unsigned int version int quiet const char *rewrite_notes_ref };

Members

unsigned int
version
int
quiet

Provide a quiet rebase experience; unused by libgit2 but provided for interoperability with other clients.

const char *
rewrite_notes_ref

Canonical name of the notes reference used to rewrite notes for rebased commits when finishing the rebase; if NULL, the contents of the coniguration option notes.rewriteRef is examined, unless the configuration option notes.rewrite.rebase is set to false. If notes.rewriteRef is NULL, notes will not be rewritten.

Parameter To

Versions