summaryrefslogtreecommitdiff
path: root/include/git2/annotated_commit.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.