]> git.proxmox.com Git - libgit2.git/commit
Split object methods from repository.c
authorVicent Marti <tanoku@gmail.com>
Mon, 3 Jan 2011 20:34:27 +0000 (22:34 +0200)
committerVicent Marti <tanoku@gmail.com>
Mon, 3 Jan 2011 20:34:27 +0000 (22:34 +0200)
commite52ed7a5595568f169b3df74b675059c3d04da4a
tree343dd106eeb770a4e3e68759c681a096469ba70a
parentfb3cd6bca40ef942898e9d5ae5d9f305deefcc40
Split object methods from repository.c

All the relevant git_object methods have been moved to object.c

Signed-off-by: Vicent Marti <tanoku@gmail.com>
src/git2/blob.h
src/git2/commit.h
src/git2/object.h
src/git2/tag.h
src/git2/tree.h
src/hashtable.c
src/object.c [new file with mode: 0644]
src/repository.c
src/repository.h