* Copyright (C) the libgit2 contributors. All rights reserved.
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
#ifndef INCLUDE_git_git_h__
#define INCLUDE_git_git_h__
#include "git2/annotated_commit.h"
#include "git2/checkout.h"
#include "git2/cherrypick.h"
#include "git2/credential.h"
#include "git2/deprecated.h"
#include "git2/describe.h"
#include "git2/indexer.h"
#include "git2/mailmap.h"
#include "git2/message.h"
#include "git2/odb_backend.h"
#include "git2/pathspec.h"
#include "git2/refspec.h"
#include "git2/repository.h"
#include "git2/revparse.h"
#include "git2/revwalk.h"
#include "git2/signature.h"
#include "git2/submodule.h"
#include "git2/transport.h"
#include "git2/transaction.h"
#include "git2/version.h"
#include "git2/worktree.h"