diff options
Diffstat (limited to 'etc/import/include')
-rw-r--r-- | etc/import/include/git2/TARGETS.git2 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/etc/import/include/git2/TARGETS.git2 b/etc/import/include/git2/TARGETS.git2 index 5f16be19..f02de988 100644 --- a/etc/import/include/git2/TARGETS.git2 +++ b/etc/import/include/git2/TARGETS.git2 @@ -16,9 +16,9 @@ , "commit.h" , "common.h" , "config.h" + , "cred_helpers.h" , "credential.h" , "credential_helpers.h" - , "cred_helpers.h" , "deprecated.h" , "describe.h" , "diff.h" @@ -28,18 +28,18 @@ , "global.h" , "graph.h" , "ignore.h" - , "indexer.h" , "index.h" + , "indexer.h" , "mailmap.h" , "merge.h" , "message.h" , "net.h" , "notes.h" , "object.h" - , "odb_backend.h" , "odb.h" - , "oidarray.h" + , "odb_backend.h" , "oid.h" + , "oidarray.h" , "pack.h" , "patch.h" , "pathspec.h" @@ -61,20 +61,12 @@ , "stdint.h" , "strarray.h" , "submodule.h" - , "tag.h" - , "trace.h" - , "transaction.h" - , "transport.h" - , "tree.h" - , "types.h" - , "version.h" - , "worktree.h" , "sys/alloc.h" , "sys/commit.h" , "sys/commit_graph.h" , "sys/config.h" - , "sys/credential.h" , "sys/cred.h" + , "sys/credential.h" , "sys/diff.h" , "sys/email.h" , "sys/filter.h" @@ -93,6 +85,14 @@ , "sys/repository.h" , "sys/stream.h" , "sys/transport.h" + , "tag.h" + , "trace.h" + , "transaction.h" + , "transport.h" + , "tree.h" + , "types.h" + , "version.h" + , "worktree.h" , ["src/libgit2", "experimental.h"] ] } |