Expand description
Structs§
- Options for use in
into()
;
Enums§
- The error used in
into()
. - The kind of repository to create.
Functions§
- Create a new
.git
repository ofkind
within the possibly non-existingdirectory
and return its path. Note that this is a simple template-based initialization routine which should be accompanied with additional corrections to respect git configuration, which is accomplished by its callers that return a Repository.