8.16.0.4
35 Refspec
(require libgit2/include/refspec) | package: libgit2 |
Get the refspec’s direction.
procedure
(git_refspec_dst refspec) → string?
refspec : refspec?
Get the destination specifier
Check if a refspec’s destination descriptor matches a reference
procedure
(git_refspec_force refspec) → boolean?
refspec : refspec?
Get the force update setting
procedure
(git_refspec_rtransform out spec name) → integer?
out : buf? spec : refspec? name : string?
Transform a target reference to its source reference following the refspec’s rules
procedure
(git_refspec_src refspec) → string?
refspec : refspec?
Get the source specifier
Check if a refspec’s source descriptor matches a reference
procedure
(git_refspec_string refspec) → string?
refspec : refspec?
Get the refspec’s string
Transform a reference to its target following the refspec’s rules