git_annotated_commit_from_revspec

Creates a git_annotated_comit from a revision string.

See man gitrevisions, or http://git-scm.com/docs/git-rev-parse.html#_specifying_revisions for information on the syntax accepted.

@param out_ pointer to store the git_annotated_commit result in @param repo repository that contains the given commit @param revspec the extended sha syntax string to use to lookup the commit @return 0 on success or error code

extern (C) nothrow @nogc
int
git_annotated_commit_from_revspec

Meta