libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
log_state
libgit2
example
log
log_state represents walker being configured while handling options
extern (
C
) public
struct
log_state {
libgit2
.
types
.
git_repository
*
repo
;
const
(
char
)*
repodir
;
libgit2
.
types
.
git_revwalk
*
walker
;
int
hide
;
int
sorting
;
int
revisions
;
}
Members
Variables
hide
int
hide
;
Undocumented in source.
repo
libgit2
.
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
.
types
.
git_revwalk
*
walker
;
Undocumented in source.
Meta
Source
See Implementation
libgit2
example
log
functions
lg2_log
structs
log_options
log_state
log_state represents walker being configured while handling options