libgit2-d ~master (2021-07-01T09:53:17Z)
Home
Dub
Repo
commands_t
libgit2_d
example
lg2
Undocumented in source.
struct
commands_t {
immutable
(
char
)*
name
;
.
git_command_fn
fn
;
char
requires_repo
;
}
Members
Variables
fn
.
git_command_fn
fn
;
Undocumented in source.
name
immutable
(
char
)*
name
;
Undocumented in source.
requires_repo
char
requires_repo
;
Undocumented in source.
Meta
Source
See Implementation
libgit2_d
example
lg2
aliases
git_command_fn
functions
main
static variables
commands
structs
commands_t