libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
merge_options
libgit2
example
merge
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
merge_options {
const
(
char
)**
heads
;
size_t
heads_count
;
libgit2
.
types
.
git_annotated_commit
**
annotated
;
size_t
annotated_count
;
}
Members
Variables
annotated
libgit2
.
types
.
git_annotated_commit
**
annotated
;
Undocumented in source.
annotated_count
size_t
annotated_count
;
Undocumented in source.
heads
const
(
char
)**
heads
;
Undocumented in source.
heads_count
size_t
heads_count
;
Undocumented in source.
Meta
Source
See Implementation
libgit2
example
merge
functions
lg2_merge
structs
merge_options