Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Bindings.Libgit2.Refspec
Documentation
c'git_refspec_force :: Ptr C'git_refspec -> IO CInt Source #
p'git_refspec_src :: FunPtr (Ptr C'git_refspec -> IO CString) Source #
c'git_refspec_src_matches :: Ptr C'git_refspec -> CString -> IO CInt Source #
p'git_refspec_dst :: FunPtr (Ptr C'git_refspec -> IO CString) Source #
p'git_refspec_force :: FunPtr (Ptr C'git_refspec -> IO CInt) Source #
c'git_refspec_dst_matches :: Ptr C'git_refspec -> CString -> IO CInt Source #
p'git_refspec_src_matches :: FunPtr (Ptr C'git_refspec -> CString -> IO CInt) Source #
c'git_refspec_transform :: CString -> CSize -> Ptr C'git_refspec -> CString -> IO CInt Source #
p'git_refspec_dst_matches :: FunPtr (Ptr C'git_refspec -> CString -> IO CInt) Source #
c'git_refspec_rtransform :: CString -> CSize -> Ptr C'git_refspec -> CString -> IO CInt Source #