libgit2-d ~master (2021-07-01T09:53:17Z)
Home
Dub
Repo
log_options
libgit2_d
example
log
log_options holds other command line options that affect log output
struct
log_options {
int
show_diff
;
int
show_log_size
;
int
skip
;
int
limit
;
int
min_parents
;
int
max_parents
;
libgit2_d
.
types
.
git_time_t
before
;
libgit2_d
.
types
.
git_time_t
after
;
const
(
char
)*
author
;
const
(
char
)*
committer
;
const
(
char
)*
grep
;
}
Members
Variables
after
libgit2_d
.
types
.
git_time_t
after
;
Undocumented in source.
author
const
(
char
)*
author
;
Undocumented in source.
before
libgit2_d
.
types
.
git_time_t
before
;
Undocumented in source.
committer
const
(
char
)*
committer
;
Undocumented in source.
grep
const
(
char
)*
grep
;
Undocumented in source.
limit
int
limit
;
Undocumented in source.
max_parents
int
max_parents
;
Undocumented in source.
min_parents
int
min_parents
;
Undocumented in source.
show_diff
int
show_diff
;
Undocumented in source.
show_log_size
int
show_log_size
;
Undocumented in source.
skip
int
skip
;
Undocumented in source.
Meta
Source
See Implementation
libgit2_d
example
log
functions
lg2_log
structs
log_options
log_state
log_options holds other command line options that affect log output