Loading...
Searching...
No Matches
Go to the source code of this file.
|
| using | jami::GitAnnotatedCommit = std::unique_ptr< git_annotated_commit, GitAnnotatedCommitDeleter > |
| |
| using | jami::GitBuf = std::unique_ptr< git_buf, GitBufDeleter > |
| |
| using | jami::GitCommit = std::unique_ptr< git_commit, GitCommitDeleter > |
| |
| using | jami::GitDiff = std::unique_ptr< git_diff, GitDiffDeleter > |
| |
| using | jami::GitDiffStats = std::unique_ptr< git_diff_stats, GitDiffStatsDeleter > |
| |
| using | jami::GitIndex = std::unique_ptr< git_index, GitIndexDeleter > |
| |
| using | jami::GitIndexConflictIterator = std::unique_ptr< git_index_conflict_iterator, GitIndexConflictIteratorDeleter > |
| |
| using | jami::GitObject = std::unique_ptr< git_object, GitObjectDeleter > |
| |
| using | jami::GitPackBuilder = std::unique_ptr< git_packbuilder, GitPackBuilderDeleter > |
| |
| using | jami::GitReference = std::unique_ptr< git_reference, GitReferenceDeleter > |
| |
| using | jami::GitRemote = std::unique_ptr< git_remote, GitRemoteDeleter > |
| |
| using | jami::GitRepository = std::unique_ptr< git_repository, GitRepositoryDeleter > |
| |
| using | jami::GitRevWalker = std::unique_ptr< git_revwalk, GitRevWalkerDeleter > |
| |
| using | jami::GitSignature = std::unique_ptr< git_signature, GitSignatureDeleter > |
| |
| using | jami::GitTree = std::unique_ptr< git_tree, GitTreeDeleter > |
| |