summaryrefslogtreecommitdiff
path: root/include/git2/annotated_commit.h
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix typoSven2020-08-181-1/+1
|
* annotated_commit: make the refname accessibleEtienne Samson2018-07-071-0/+9
| | | | | | As git_annotated_commit seems to behave like cgit's refish, it's quite helpful to abstract away "targets" via git_annotated_commit_from_id/from_ref. As the former is accessible via git_annotated_commit_id, make the latter also available to users.
* annotated_commit: provide a constructor from a revspecCarlos Martín Nieto2015-03-161-0/+17
| | | | | | This extra constructor will be useful for the annotated versions of ref-modifying functions, as it allows us to create a commit with the extended sha syntax which was used to retrieve it.
* Fix doc comment formattingBen Chatelain2015-02-101-3/+3
|
* s/git_merge_head/git_annotated_commitEdward Thomson2014-10-261-0/+99
Rename git_merge_head to git_annotated_commit, as it becomes used in more operations than just merge.