Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Bindings.Libgit2.Reflog
Documentation
c'git_reflog_read :: Ptr (Ptr C'git_reflog) -> Ptr C'git_reference -> IO CInt Source #
c'git_reflog_write :: Ptr C'git_reflog -> IO CInt Source #
p'git_reflog_read :: FunPtr (Ptr (Ptr C'git_reflog) -> Ptr C'git_reference -> IO CInt) Source #
c'git_reflog_append :: Ptr C'git_reflog -> Ptr C'git_oid -> Ptr C'git_signature -> CString -> IO CInt Source #
p'git_reflog_write :: FunPtr (Ptr C'git_reflog -> IO CInt) Source #
c'git_reflog_rename :: Ptr C'git_reference -> CString -> IO CInt Source #
p'git_reflog_append :: FunPtr (Ptr C'git_reflog -> Ptr C'git_oid -> Ptr C'git_signature -> CString -> IO CInt) Source #
p'git_reflog_rename :: FunPtr (Ptr C'git_reference -> CString -> IO CInt) Source #
p'git_reflog_delete :: FunPtr (Ptr C'git_reference -> IO CInt) Source #
c'git_reflog_entry_byindex :: Ptr C'git_reflog -> CSize -> IO (Ptr C'git_reflog_entry) Source #
p'git_reflog_entrycount :: FunPtr (Ptr C'git_reflog -> IO CSize) Source #
c'git_reflog_drop :: Ptr C'git_reflog -> CSize -> CInt -> IO CInt Source #
p'git_reflog_entry_byindex :: FunPtr (Ptr C'git_reflog -> CSize -> IO (Ptr C'git_reflog_entry)) Source #
p'git_reflog_drop :: FunPtr (Ptr C'git_reflog -> CSize -> CInt -> IO CInt) Source #
c'git_reflog_free :: Ptr C'git_reflog -> IO () Source #
p'git_reflog_entry_committer :: FunPtr (Ptr C'git_reflog_entry -> IO (Ptr C'git_signature)) Source #
p'git_reflog_free :: FunPtr (Ptr C'git_reflog -> IO ()) Source #