deimos.git2.refspec

Undocumented in source.

Members

Functions

git_refspec_direction
git_direction git_refspec_direction(const(git_refspec)* spec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_refspec_dst
const(char)* git_refspec_dst(const(git_refspec)* refspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_refspec_dst_matches
int git_refspec_dst_matches(const(git_refspec)* refspec, const(char)* refname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_refspec_force
int git_refspec_force(const(git_refspec)* refspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_refspec_rtransform
int git_refspec_rtransform(char* out_, size_t outlen, const(git_refspec)* spec, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_refspec_src
const(char)* git_refspec_src(const(git_refspec)* refspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_refspec_src_matches
int git_refspec_src_matches(const(git_refspec)* refspec, const(char)* refname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_refspec_string
const(char)* git_refspec_string(const(git_refspec)* refspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_refspec_transform
int git_refspec_transform(char* out_, size_t outlen, const(git_refspec)* spec, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta