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]

[src]

Set the committer of the merge.

[src]

Set the authorship of the merge.

[src]

Set the authorship date of the merge.

[src]

Commit the merge with the given commit message.

Returns the ID of the merge commit itself.

Trait Implementations

impl Debug for MergeCommand
[src]

[src]

Formats the value using the given formatter.