libgit2-d v0.0.1 (2020-03-14T04:41:16Z)
Home
Dub
Repo
index_options
libgit2_d
example
add
Undocumented in source.
struct
index_options {
int
dry_run
;
int
verbose
;
libgit2_d
.
types
.
git_repository
*
repo
;
.
index_mode
mode
;
int
add_update
;
}
Members
Variables
add_update
int
add_update
;
Undocumented in source.
dry_run
int
dry_run
;
Undocumented in source.
mode
.
index_mode
mode
;
Undocumented in source.
repo
libgit2_d
.
types
.
git_repository
*
repo
;
Undocumented in source.
verbose
int
verbose
;
Undocumented in source.
Meta
Source
See Implementation
libgit2_d
example
add
enums
index_mode
functions
init_array
lg2_add
print_matched_cb
print_usage
structs
index_options