From 1f99796d6f808f006dff6dc6576910bef493e244 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 23 Sep 2024 13:06:54 +0200 Subject: Reorder dependencies and remove duplicates in OSS --- etc/import/include/git2/TARGETS.git2 | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'etc/import/include/git2/TARGETS.git2') 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"] ] } -- cgit v1.2.3