Struct git_workarea::MergeCommand [] [src]

pub struct MergeCommand { /* fields omitted */ }

A command which has been prepared to create a merge commit.

Methods

impl MergeCommand
[src]

Set the committer of the merge.

Set the authorship of the merge.

Set the authorship date of the merge.

Commit the merge with the given commit message.

Returns the ID of the merge commit itself.

Trait Implementations

impl Debug for MergeCommand
[src]

Formats the value using the given formatter.