]> git.proxmox.com Git - libgit2.git/blob - include/git2.h
c07c26038d9e14f5473076ae8dc9cf13baf8bf60
[libgit2.git] / include / git2.h
1 /*
2 * Copyright (C) the libgit2 contributors. All rights reserved.
3 *
4 * This file is part of libgit2, distributed under the GNU GPL v2 with
5 * a Linking Exception. For full terms see the included COPYING file.
6 */
7
8 #ifndef INCLUDE_git_git_h__
9 #define INCLUDE_git_git_h__
10
11 #include "git2/annotated_commit.h"
12 #include "git2/apply.h"
13 #include "git2/attr.h"
14 #include "git2/blob.h"
15 #include "git2/blame.h"
16 #include "git2/branch.h"
17 #include "git2/buffer.h"
18 #include "git2/checkout.h"
19 #include "git2/cherrypick.h"
20 #include "git2/clone.h"
21 #include "git2/commit.h"
22 #include "git2/common.h"
23 #include "git2/config.h"
24 #include "git2/deprecated.h"
25 #include "git2/describe.h"
26 #include "git2/diff.h"
27 #include "git2/errors.h"
28 #include "git2/filter.h"
29 #include "git2/global.h"
30 #include "git2/graph.h"
31 #include "git2/ignore.h"
32 #include "git2/index.h"
33 #include "git2/indexer.h"
34 #include "git2/mailmap.h"
35 #include "git2/merge.h"
36 #include "git2/message.h"
37 #include "git2/net.h"
38 #include "git2/notes.h"
39 #include "git2/object.h"
40 #include "git2/odb.h"
41 #include "git2/odb_backend.h"
42 #include "git2/oid.h"
43 #include "git2/pack.h"
44 #include "git2/patch.h"
45 #include "git2/pathspec.h"
46 #include "git2/proxy.h"
47 #include "git2/rebase.h"
48 #include "git2/refdb.h"
49 #include "git2/reflog.h"
50 #include "git2/refs.h"
51 #include "git2/refspec.h"
52 #include "git2/remote.h"
53 #include "git2/repository.h"
54 #include "git2/reset.h"
55 #include "git2/revert.h"
56 #include "git2/revparse.h"
57 #include "git2/revwalk.h"
58 #include "git2/signature.h"
59 #include "git2/stash.h"
60 #include "git2/status.h"
61 #include "git2/submodule.h"
62 #include "git2/tag.h"
63 #include "git2/transport.h"
64 #include "git2/transaction.h"
65 #include "git2/tree.h"
66 #include "git2/types.h"
67 #include "git2/version.h"
68 #include "git2/worktree.h"
69
70 #endif