mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 22:21:37 +00:00
Add refdb.h to git2.h, reorder git2.h sanely
This commit is contained in:
parent
ac316e7438
commit
7d69245415
@ -8,57 +8,50 @@
|
|||||||
#ifndef INCLUDE_git_git_h__
|
#ifndef INCLUDE_git_git_h__
|
||||||
#define INCLUDE_git_git_h__
|
#define INCLUDE_git_git_h__
|
||||||
|
|
||||||
|
#include "git2/attr.h"
|
||||||
|
#include "git2/blob.h"
|
||||||
|
#include "git2/branch.h"
|
||||||
|
#include "git2/buffer.h"
|
||||||
|
#include "git2/checkout.h"
|
||||||
|
#include "git2/clone.h"
|
||||||
|
#include "git2/commit.h"
|
||||||
|
#include "git2/common.h"
|
||||||
|
#include "git2/config.h"
|
||||||
|
#include "git2/diff.h"
|
||||||
|
#include "git2/errors.h"
|
||||||
|
#include "git2/filter.h"
|
||||||
|
#include "git2/graph.h"
|
||||||
|
#include "git2/ignore.h"
|
||||||
|
#include "git2/index.h"
|
||||||
|
#include "git2/indexer.h"
|
||||||
|
#include "git2/merge.h"
|
||||||
|
#include "git2/message.h"
|
||||||
|
#include "git2/net.h"
|
||||||
|
#include "git2/notes.h"
|
||||||
|
#include "git2/object.h"
|
||||||
|
#include "git2/odb.h"
|
||||||
|
#include "git2/oid.h"
|
||||||
|
#include "git2/pack.h"
|
||||||
|
#include "git2/pathspec.h"
|
||||||
|
#include "git2/push.h"
|
||||||
|
#include "git2/refdb.h"
|
||||||
|
#include "git2/reflog.h"
|
||||||
|
#include "git2/refs.h"
|
||||||
|
#include "git2/refspec.h"
|
||||||
|
#include "git2/remote.h"
|
||||||
|
#include "git2/repository.h"
|
||||||
|
#include "git2/reset.h"
|
||||||
|
#include "git2/revparse.h"
|
||||||
|
#include "git2/revwalk.h"
|
||||||
|
#include "git2/signature.h"
|
||||||
|
#include "git2/stash.h"
|
||||||
|
#include "git2/status.h"
|
||||||
|
#include "git2/submodule.h"
|
||||||
|
#include "git2/tag.h"
|
||||||
|
#include "git2/threads.h"
|
||||||
|
#include "git2/transport.h"
|
||||||
|
#include "git2/tree.h"
|
||||||
|
#include "git2/types.h"
|
||||||
#include "git2/version.h"
|
#include "git2/version.h"
|
||||||
|
|
||||||
#include "git2/common.h"
|
|
||||||
#include "git2/threads.h"
|
|
||||||
#include "git2/errors.h"
|
|
||||||
|
|
||||||
#include "git2/types.h"
|
|
||||||
|
|
||||||
#include "git2/oid.h"
|
|
||||||
#include "git2/signature.h"
|
|
||||||
#include "git2/odb.h"
|
|
||||||
|
|
||||||
#include "git2/repository.h"
|
|
||||||
#include "git2/revwalk.h"
|
|
||||||
#include "git2/merge.h"
|
|
||||||
#include "git2/graph.h"
|
|
||||||
#include "git2/refs.h"
|
|
||||||
#include "git2/reflog.h"
|
|
||||||
#include "git2/revparse.h"
|
|
||||||
|
|
||||||
#include "git2/object.h"
|
|
||||||
#include "git2/blob.h"
|
|
||||||
#include "git2/commit.h"
|
|
||||||
#include "git2/tag.h"
|
|
||||||
#include "git2/tree.h"
|
|
||||||
#include "git2/diff.h"
|
|
||||||
|
|
||||||
#include "git2/index.h"
|
|
||||||
#include "git2/config.h"
|
|
||||||
#include "git2/transport.h"
|
|
||||||
#include "git2/remote.h"
|
|
||||||
#include "git2/clone.h"
|
|
||||||
#include "git2/checkout.h"
|
|
||||||
#include "git2/push.h"
|
|
||||||
|
|
||||||
#include "git2/attr.h"
|
|
||||||
#include "git2/ignore.h"
|
|
||||||
#include "git2/branch.h"
|
|
||||||
#include "git2/refspec.h"
|
|
||||||
#include "git2/net.h"
|
|
||||||
#include "git2/status.h"
|
|
||||||
#include "git2/indexer.h"
|
|
||||||
#include "git2/submodule.h"
|
|
||||||
#include "git2/notes.h"
|
|
||||||
#include "git2/reset.h"
|
|
||||||
#include "git2/message.h"
|
|
||||||
#include "git2/pack.h"
|
|
||||||
#include "git2/stash.h"
|
|
||||||
#include "git2/pathspec.h"
|
|
||||||
|
|
||||||
#include "git2/buffer.h"
|
|
||||||
#include "git2/filter.h"
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user