libgit2-d ~master (2021-07-01T09:53:17Z)
Home
Dub
Repo
status_opts
libgit2_d
example
status
Undocumented in source.
struct
status_opts {
libgit2_d
.
status
.
git_status_options
statusopt
;
const
(
char
)*
repodir
;
char
*[.
MAX_PATHSPEC
]
pathspec
;
int
npaths
;
int
format
;
int
zterm
;
int
showbranch
;
int
showsubmod
;
int
repeat
;
}
Members
Variables
format
int
format
;
Undocumented in source.
npaths
int
npaths
;
Undocumented in source.
pathspec
char
*[.
MAX_PATHSPEC
]
pathspec
;
Undocumented in source.
repeat
int
repeat
;
Undocumented in source.
repodir
const
(
char
)*
repodir
;
Undocumented in source.
showbranch
int
showbranch
;
Undocumented in source.
showsubmod
int
showsubmod
;
Undocumented in source.
statusopt
libgit2_d
.
status
.
git_status_options
statusopt
;
Undocumented in source.
zterm
int
zterm
;
Undocumented in source.
Meta
Source
See Implementation
libgit2_d
example
status
enums
FORMAT_DEFAULT
functions
lg2_status
manifest constants
MAX_PATHSPEC
structs
status_opts