]> git.proxmox.com Git - libgit2.git/commit
Move public headers to src/git
authorAndreas Ericsson <ae@op5.se>
Tue, 18 Nov 2008 00:18:52 +0000 (01:18 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 18 Nov 2008 18:32:53 +0000 (10:32 -0800)
commitd4043ee9d97031e94f205110996d2381dd26c540
tree41c1bdce587d5c8b8ca03a5a8691ea3f09f16316
parent1b9e92c73bd223661fe63dffa0c9138da4e1ea80
Move public headers to src/git

It's arguably smoother to keep them close to the source,
as that's where one's working when modifying them. More
importantly, though, is the ability to use private headers
in the src/ dir that simply include "git/$samename.h" to
get to the public API at the same time.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
18 files changed:
.gitignore
Makefile
include/git/commit.h [deleted file]
include/git/common.h [deleted file]
include/git/config.h.in [deleted file]
include/git/odb.h [deleted file]
include/git/oid.h [deleted file]
include/git/os/unix.h [deleted file]
include/git/revwalk.h [deleted file]
include/git/zlib.h [deleted file]
src/git/commit.h [new file with mode: 0644]
src/git/common.h [new file with mode: 0644]
src/git/config.h.in [new file with mode: 0644]
src/git/odb.h [new file with mode: 0644]
src/git/oid.h [new file with mode: 0644]
src/git/os/unix.h [new file with mode: 0644]
src/git/revwalk.h [new file with mode: 0644]
src/git/zlib.h [new file with mode: 0644]