Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commit: make create_from_oids() accept plain oid | nulltoken | 2013-05-05 | 1 | -2/+3 |
| | |||||
* | Move git_commit_create_from_oids into sys/commit.h | Russell Belfer | 2013-04-21 | 1 | -0/+45 |
Actually this renames git_commit_create_oid to git_commit_create_from_oids and moves the API declaration to include/git2/sys/commit.h since it is a dangerous API for general use (because it doesn't check that the OID list items actually refer to real objects). |