libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
index_options
libgit2
example
add
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) public
struct
index_options {
int
dry_run
;
int
verbose
;
libgit2
.
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
.
types
.
git_repository
*
repo
;
Undocumented in source.
verbose
int
verbose
;
Undocumented in source.
Meta
Source
See Implementation
libgit2
example
add
enums
INDEX_NONE
index_mode
functions
lg2_add
print_matched_cb
structs
index_options