Searched refs:git_reflog_entry (Results 1 – 3 of 3) sorted by relevance
105 GIT_EXTERN(const git_reflog_entry *) git_reflog_entry_byindex(const git_reflog *reflog, size_t idx);135 GIT_EXTERN(const git_oid *) git_reflog_entry_id_old(const git_reflog_entry *entry);143 GIT_EXTERN(const git_oid *) git_reflog_entry_id_new(const git_reflog_entry *entry);151 GIT_EXTERN(const git_signature *) git_reflog_entry_committer(const git_reflog_entry *entry);159 GIT_EXTERN(const char *) git_reflog_entry_message(const git_reflog_entry *entry);
154 typedef struct git_reflog_entry git_reflog_entry; typedef
16 GIT_EXTERN(git_reflog_entry *) git_reflog_entry__alloc(void);17 GIT_EXTERN(void) git_reflog_entry__free(git_reflog_entry *entry);