]> git.proxmox.com Git - libgit2.git/commit - src/repository.c
Change include structure for the project
authorVicent Marti <tanoku@gmail.com>
Fri, 3 Dec 2010 20:22:10 +0000 (22:22 +0200)
committerVicent Marti <tanoku@gmail.com>
Sun, 5 Dec 2010 23:14:15 +0000 (01:14 +0200)
commitd12299fe22e549a20e632668fdbe13cab9def9df
tree9d70b6bc154e776c49eaaddd9a66eb97aebab661
parent7d7cd8857a451ff50b126e452bcbdc0fb397db35
Change include structure for the project

The maze with include dependencies has been fixed.
There is now a global include:

#include <git.h>

The git_odb_backend API has been exposed.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
30 files changed:
src/blob.c
src/commit.c
src/git.h [new file with mode: 0644]
src/git/blob.h
src/git/commit.h
src/git/common.h
src/git/errors.h
src/git/index.h
src/git/object.h [new file with mode: 0644]
src/git/odb.h
src/git/odb_backend.h [new file with mode: 0644]
src/git/oid.h
src/git/repository.h
src/git/revwalk.h
src/git/tag.h
src/git/tree.h
src/git/types.h [new file with mode: 0644]
src/git/zlib.h
src/odb.c
src/odb.h
src/odb_loose.c
src/odb_pack.c
src/oid.c
src/repository.c
src/tag.c
src/tree.c
tests/t0102-objtype.c
tests/test_helpers.c
tests/test_helpers.h
wscript