Commit 5de079b86dcf8744f71fa3d0bb496a2cf9b20c0d

Vicent Marti 2011-02-28T12:12:26

Change the object creation/lookup API The methods previously known as git_repository_lookup git_repository_newobject git_repository_lookup_ref are now part of their respective namespaces: git_object_lookup git_object_new git_reference_lookup This makes the API more consistent with the new references API. Signed-off-by: Vicent Marti <tanoku@gmail.com>