libgit2

git_revert_options

Version:

Options for revert

Signature

typedef struct git_revert_options { unsigned int version unsigned int mainline git_merge_options merge_opts git_checkout_options checkout_opts };

Members

unsigned int
version
unsigned int
mainline

For merge commits, the "mainline" is treated as the parent.

merge_opts
checkout_opts

Parameter To

Versions