libgit2-d v0.0.1 (2020-03-14T04:41:16Z)
Home
Dub
Repo
log_state
libgit2_d
example
log
log_state represents walker being configured while handling options
struct
log_state {
libgit2_d
.
types
.
git_repository
*
repo
;
const
(
char
)*
repodir
;
libgit2_d
.
types
.
git_revwalk
*
walker
;
int
hide
;
int
sorting
;
int
revisions
;
}
Members
Variables
hide
int
hide
;
Undocumented in source.
repo
libgit2_d
.
types
.
git_repository
*
repo
;
Undocumented in source.
repodir
const
(
char
)*
repodir
;
Undocumented in source.
revisions
int
revisions
;
Undocumented in source.
sorting
int
sorting
;
Undocumented in source.
walker
libgit2_d
.
types
.
git_revwalk
*
walker
;
Undocumented in source.
Meta
Source
See Implementation
libgit2_d
example
log
functions
lg2_log
structs
log_options
log_state
log_state represents walker being configured while handling options