libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
git_refspec_dst
libgit2
refspec
Get the destination specifier
extern (
C
) nothrow @
nogc
public
@
GIT_EXTERN
const
(
char
)*
git_refspec_dst
(
const
(
libgit2.types.git_refspec
)*
refspec
)
Parameters
refspec
const
(
libgit2
.
types
.
git_refspec
)*
the refspec
Return Value
Type:
const
(
char
)*
the refspec's destination specifier
Meta
Source
See Implementation
libgit2
refspec
functions
git_refspec_direction
git_refspec_dst
git_refspec_dst_matches
git_refspec_force
git_refspec_free
git_refspec_parse
git_refspec_rtransform
git_refspec_src
git_refspec_src_matches
git_refspec_string
git_refspec_transform
Get the destination specifier