Struct branchless::testing::GitInitOptions [−][src]
Expand description
Options for Git::init_repo_with_options
.
Fields
make_initial_commit: bool
If true
, then init_repo_with_options
makes an initial commit with
some content.
run_branchless_init: bool
If true
, run git branchless init
as part of initialization process.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GitInitOptions
impl Send for GitInitOptions
impl Sync for GitInitOptions
impl Unpin for GitInitOptions
impl UnwindSafe for GitInitOptions