libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
status_opts
libgit2
example
status
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
status_opts {
libgit2
.
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
.
status
.
git_status_options
statusopt
;
Undocumented in source.
zterm
int
zterm
;
Undocumented in source.
Meta
Source
See Implementation
libgit2
example
status
enums
FORMAT_DEFAULT
functions
lg2_status
manifest constants
MAX_PATHSPEC
structs
status_opts