]> git.proxmox.com Git - libgit2.git/commit
Move git_commit_create_from_oids into sys/commit.h
authorRussell Belfer <rb@github.com>
Fri, 19 Apr 2013 20:17:29 +0000 (13:17 -0700)
committerRussell Belfer <rb@github.com>
Sun, 21 Apr 2013 18:50:56 +0000 (11:50 -0700)
commit9233b3de4ea264a8ae846c784acc70c505022d8b
treee56ee572c4f4c13f8f2a1324d2a03cb4394246f7
parent9255039898bf4c625f678f390c8075c11d10cad0
Move git_commit_create_from_oids into sys/commit.h

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).
include/git2/commit.h
include/git2/sys/commit.h [new file with mode: 0644]
src/commit.c