summaryrefslogtreecommitdiff
path: root/tests/object/commit
Commit message (Collapse)AuthorAgeFilesLines
* Add git_commit_amend APIRussell Belfer2014-02-071-0/+76
| | | | | | | | | This adds an API to amend an existing commit, basically a shorthand for creating a new commit filling in missing parameters from the values of an existing commit. As part of this, I also added a new "sys" API to create a commit using a callback to get the parents. This allowed me to rewrite all the other commit creation APIs so that temporary allocations are no longer needed.
* Merge pull request #2075 from libgit2/cmn/leftover-oidVicent Marti2014-01-271-1/+1
|\ | | | | Leftover OID -> ID changes
| * index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-1/+1
| | | | | | | | This was not converted when we converted the rest, so do it now.
* | messsage: use git_buf in prettify()Carlos Martín Nieto2014-01-271-3/+5
|/ | | | | A lot of the tests were checking for overflow, which we don't have anymore, so we can remove them.
* Rename tests-clar to testsBen Straub2013-11-141-0/+132