Struct git_workarea::PreparedGitWorkArea [] [src]

pub struct PreparedGitWorkArea { /* fields omitted */ }

A representation of an empty work area where actions which require a work tree and an index may be preformed.

Methods

impl PreparedGitWorkArea
[src]

Create an area for performing actions which require a work tree.

Run a git command in the work area.

Prepare a command to create a merge commit. It does not actually perform the commit since authorship can be provided through the command's environment.

The path to the git repository.

The submodule configuration for the repository.

Trait Implementations

impl Debug for PreparedGitWorkArea
[src]

Formats the value using the given formatter.