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/cert.h" 19 #include "git2/checkout.h" 20 #include "git2/cherrypick.h" 21 #include "git2/clone.h" 22 #include "git2/commit.h" 23 #include "git2/common.h" 24 #include "git2/config.h" 25 #include "git2/credential.h" 26 #include "git2/deprecated.h" 27 #include "git2/describe.h" 28 #include "git2/diff.h" 29 #include "git2/errors.h" 30 #include "git2/filter.h" 31 #include "git2/global.h" 32 #include "git2/graph.h" 33 #include "git2/ignore.h" 34 #include "git2/index.h" 35 #include "git2/indexer.h" 36 #include "git2/mailmap.h" 37 #include "git2/merge.h" 38 #include "git2/message.h" 39 #include "git2/net.h" 40 #include "git2/notes.h" 41 #include "git2/object.h" 42 #include "git2/odb.h" 43 #include "git2/odb_backend.h" 44 #include "git2/oid.h" 45 #include "git2/pack.h" 46 #include "git2/patch.h" 47 #include "git2/pathspec.h" 48 #include "git2/proxy.h" 49 #include "git2/rebase.h" 50 #include "git2/refdb.h" 51 #include "git2/reflog.h" 52 #include "git2/refs.h" 53 #include "git2/refspec.h" 54 #include "git2/remote.h" 55 #include "git2/repository.h" 56 #include "git2/reset.h" 57 #include "git2/revert.h" 58 #include "git2/revparse.h" 59 #include "git2/revwalk.h" 60 #include "git2/signature.h" 61 #include "git2/stash.h" 62 #include "git2/status.h" 63 #include "git2/submodule.h" 64 #include "git2/tag.h" 65 #include "git2/transport.h" 66 #include "git2/transaction.h" 67 #include "git2/tree.h" 68 #include "git2/types.h" 69 #include "git2/version.h" 70 #include "git2/worktree.h" 71 72 #endif 73