libgit2 v0.20.2+0.20.0 (2018-11-08T21:56:53Z)
Dub
Repo
git_blame_options
deimos
git2
blame
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
git_blame_options {
uint
version_
;
uint32_t
flags
;
uint16_t
min_match_characters
;
git_oid
newest_commit
;
git_oid
oldest_commit
;
uint32_t
min_line
;
uint32_t
max_line
;
}
Members
Variables
flags
uint32_t
flags
;
Undocumented in source.
max_line
uint32_t
max_line
;
Undocumented in source.
min_line
uint32_t
min_line
;
Undocumented in source.
min_match_characters
uint16_t
min_match_characters
;
Undocumented in source.
newest_commit
git_oid
newest_commit
;
Undocumented in source.
oldest_commit
git_oid
oldest_commit
;
Undocumented in source.
version_
uint
version_
;
Undocumented in source.
Meta
Source
See Implementation
deimos
git2
blame
enums
git_blame_flag_t
functions
git_blame_buffer
git_blame_file
git_blame_free
git_blame_get_hunk_byindex
git_blame_get_hunk_byline
git_blame_get_hunk_count
manifest constants
GIT_BLAME_OPTIONS_VERSION
structs
git_blame
git_blame_hunk
git_blame_options
variables
GIT_BLAME_OPTIONS_INIT