Module commit

Source
Expand description

Modules§

virtual_merge_base

Structs§

Options
A way to configure commit().
Outcome
The result of commit().

Enums§

Error
The error returned by commit().

Functions§

virtual_merge_base
Create a single virtual merge-base by merging first_commit, second_commit and others into one. Note that first_commit and second_commit are expected to have been popped off others, so first_commit was the last provided merge-base of function that provides multiple merge-bases for a pair of commits.