]> git.proxmox.com Git - libgit2.git/blame - include/git2.h
bump version to 1.5.0+ds-6~bpo11+pve1
[libgit2.git] / include / git2.h
CommitLineData
d12299fe 1/*
359fc2d2 2 * Copyright (C) the libgit2 contributors. All rights reserved.
d12299fe 3 *
bb742ede
VM
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.
d12299fe
VM
6 */
7
8#ifndef INCLUDE_git_git_h__
9#define INCLUDE_git_git_h__
10
18b00406 11#include "git2/annotated_commit.h"
ac3d33df 12#include "git2/apply.h"
7d692454 13#include "git2/attr.h"
44908fe7 14#include "git2/blob.h"
fc1f7d4f 15#include "git2/blame.h"
7d692454
ET
16#include "git2/branch.h"
17#include "git2/buffer.h"
22a2d3d5 18#include "git2/cert.h"
7d692454 19#include "git2/checkout.h"
4d7b9939 20#include "git2/cherrypick.h"
7d692454 21#include "git2/clone.h"
44908fe7 22#include "git2/commit.h"
7d692454 23#include "git2/common.h"
5d4cd003 24#include "git2/config.h"
22a2d3d5 25#include "git2/credential.h"
ac3d33df 26#include "git2/deprecated.h"
3a728fb5 27#include "git2/describe.h"
7d692454 28#include "git2/diff.h"
c25aa7cd 29#include "git2/email.h"
7d692454
ET
30#include "git2/errors.h"
31#include "git2/filter.h"
889d8c8b 32#include "git2/global.h"
7d692454 33#include "git2/graph.h"
f004c4a8 34#include "git2/ignore.h"
7d692454 35#include "git2/index.h"
3412391d 36#include "git2/indexer.h"
ac3d33df 37#include "git2/mailmap.h"
7d692454 38#include "git2/merge.h"
743a4b3b 39#include "git2/message.h"
7d692454
ET
40#include "git2/net.h"
41#include "git2/notes.h"
42#include "git2/object.h"
43#include "git2/odb.h"
5451754d 44#include "git2/odb_backend.h"
7d692454 45#include "git2/oid.h"
0a32dca5 46#include "git2/pack.h"
3ff1d123 47#include "git2/patch.h"
a8b5f116 48#include "git2/pathspec.h"
a7bece20 49#include "git2/proxy.h"
979645a7 50#include "git2/rebase.h"
7d692454
ET
51#include "git2/refdb.h"
52#include "git2/reflog.h"
53#include "git2/refs.h"
54#include "git2/refspec.h"
55#include "git2/remote.h"
56#include "git2/repository.h"
57#include "git2/reset.h"
d706e843 58#include "git2/revert.h"
7d692454
ET
59#include "git2/revparse.h"
60#include "git2/revwalk.h"
61#include "git2/signature.h"
62#include "git2/stash.h"
63#include "git2/status.h"
64#include "git2/submodule.h"
65#include "git2/tag.h"
7d692454 66#include "git2/transport.h"
be5fda75 67#include "git2/transaction.h"
7d692454
ET
68#include "git2/tree.h"
69#include "git2/types.h"
70#include "git2/version.h"
eae0bfdc 71#include "git2/worktree.h"
0cf77103 72
d12299fe 73#endif