Safe Haskell | None |
---|
Bindings.Libgit2.Commit
Documentation
c'git_commit_lookup :: Ptr (Ptr C'git_commit) -> Ptr C'git_repository -> Ptr C'git_oid -> IO CIntSource
c'git_commit_lookup_prefix :: Ptr (Ptr C'git_commit) -> Ptr C'git_repository -> Ptr C'git_oid -> CUInt -> IO CIntSource
c'git_commit_free :: Ptr C'git_commit -> IO ()Source
c'git_commit_id :: Ptr C'git_commit -> IO (Ptr C'git_oid)Source
p'git_commit_id :: FunPtr (Ptr C'git_commit -> IO (Ptr C'git_oid))Source
p'git_commit_time :: FunPtr (Ptr C'git_commit -> IO CLong)Source
c'git_commit_tree :: Ptr (Ptr C'git_tree) -> Ptr C'git_commit -> IO CIntSource
p'git_commit_tree :: FunPtr (Ptr (Ptr C'git_tree) -> Ptr C'git_commit -> IO CInt)Source
p'git_commit_tree_oid :: FunPtr (Ptr C'git_commit -> IO (Ptr C'git_oid))Source
c'git_commit_parent :: Ptr (Ptr C'git_commit) -> Ptr C'git_commit -> CUInt -> IO CIntSource
c'git_commit_parent_oid :: Ptr C'git_commit -> CUInt -> IO (Ptr C'git_oid)Source
p'git_commit_parent :: FunPtr (Ptr (Ptr C'git_commit) -> Ptr C'git_commit -> CUInt -> IO CInt)Source
c'git_commit_create :: Ptr C'git_oid -> Ptr C'git_repository -> CString -> Ptr C'git_signature -> Ptr C'git_signature -> CString -> CString -> Ptr C'git_tree -> CInt -> Ptr (Ptr C'git_commit) -> IO CIntSource
p'git_commit_parent_oid :: FunPtr (Ptr C'git_commit -> CUInt -> IO (Ptr C'git_oid))Source
c'git_commit_create_oid :: Ptr C'git_oid -> Ptr C'git_repository -> CString -> Ptr C'git_signature -> Ptr C'git_signature -> CString -> CString -> Ptr C'git_oid -> CInt -> Ptr (Ptr C'git_oid) -> IO CIntSource
p'git_commit_create :: FunPtr (Ptr C'git_oid -> Ptr C'git_repository -> CString -> Ptr C'git_signature -> Ptr C'git_signature -> CString -> CString -> Ptr C'git_tree -> CInt -> Ptr (Ptr C'git_commit) -> IO CInt)Source