diff options
Diffstat (limited to 'etc/import')
-rw-r--r-- | etc/import/include/git2/TARGETS.git2 | 4 | ||||
-rw-r--r-- | etc/import/src/TARGETS.git2 | 41 |
2 files changed, 30 insertions, 15 deletions
diff --git a/etc/import/include/git2/TARGETS.git2 b/etc/import/include/git2/TARGETS.git2 index a9dad131..00d78cb0 100644 --- a/etc/import/include/git2/TARGETS.git2 +++ b/etc/import/include/git2/TARGETS.git2 @@ -146,7 +146,7 @@ , "sys/repository.h": { "type": ["@", "rules", "patch", "file"] , "src": [["FILE", null, "sys/repository.h"]] - , "patch": [["@", "patches", "", "libgit2_v1.1.0_fix-fake-repo.patch"]] + , "patch": [["@", "patches", "", "libgit2_v1.2.0_fix-fake-repo.patch"]] , "patch-part": ["a", "include", "git2", "sys", "repository.h"] } , "TREE": @@ -221,6 +221,7 @@ , "worktree.h" , "sys/alloc.h" , "sys/commit.h" + , "sys/commit_graph.h" , "sys/config.h" , "sys/credential.h" , "sys/cred.h" @@ -230,6 +231,7 @@ , "sys/index.h" , "sys/mempack.h" , "sys/merge.h" + , "sys/midx.h" , "sys/odb_backend.h" , "sys/openssl.h" , "sys/path.h" diff --git a/etc/import/src/TARGETS.git2 b/etc/import/src/TARGETS.git2 index ef98f2ca..bfa3543c 100644 --- a/etc/import/src/TARGETS.git2 +++ b/etc/import/src/TARGETS.git2 @@ -15,12 +15,12 @@ , "blob.h" , "branch.h" , "buffer.h" - , "buf_text.h" , "cache.h" , "cc-compat.h" , "checkout.h" , "clone.h" , "commit.h" + , "commit_graph.h" , "commit_list.h" , "common.h" , "config_backend.h" @@ -41,7 +41,6 @@ , "filebuf.h" , "filter.h" , "futils.h" - , "global.h" , "hash.h" , "idxmap.h" , "ignore.h" @@ -50,6 +49,7 @@ , "integer.h" , "iterator.h" , "khash.h" + , "libgit2.h" , "mailmap.h" , "map.h" , "merge_driver.h" @@ -89,6 +89,8 @@ , "repository.h" , "repo_template.h" , "revwalk.h" + , "runtime.h" + , "settings.h" , "signature.h" , "sortedcache.h" , "status.h" @@ -98,28 +100,36 @@ , "submodule.h" , "sysdir.h" , "tag.h" - , "thread-utils.h" + , "thread.h" + , "threadstate.h" , "trace.h" , "transaction.h" , "tree-cache.h" , "tree.h" , "userdiff.h" + , "utf8.h" , "util.h" , "varint.h" , "vector.h" , "wildmatch.h" , "worktree.h" , "zstream.h" + , "allocators/failalloc.h" , "allocators/stdalloc.h" - , "allocators/win32_crtdbg.h" + , "allocators/win32_leakcheck.h" , "hash/sha1.h" + , "hash/sha1/collisiondetect.h" , "hash/sha1/common_crypto.h" , "hash/sha1/generic.h" , "hash/sha1/mbedtls.h" , "hash/sha1/openssl.h" , "hash/sha1/win32.h" + , "hash/sha1/sha1dc/sha1.h" + , "hash/sha1/sha1dc/ubc_check.h" , "streams/mbedtls.h" , "streams/openssl.h" + , "streams/openssl_dynamic.h" + , "streams/openssl_legacy.h" , "streams/registry.h" , "streams/socket.h" , "streams/stransport.h" @@ -147,8 +157,7 @@ , "win32/version.h" , "win32/w32_buffer.h" , "win32/w32_common.h" - , "win32/w32_crtdbg_stacktrace.h" - , "win32/w32_stack.h" + , "win32/w32_leakcheck.h" , "win32/w32_util.h" , "win32/win32-compat.h" , "xdiff/xdiff.h" @@ -202,8 +211,7 @@ , "win32/thread.c" , "win32/utf-conv.c" , "win32/w32_buffer.c" - , "win32/w32_crtdbg_stacktrace.c" - , "win32/w32_stack.c" + , "win32/w32_leakcheck.c" , "win32/w32_util.c" ] , "private-hdrs": ["git2_private_headers"] @@ -519,7 +527,7 @@ , "repository.c": { "type": ["@", "rules", "patch", "file"] , "src": [["FILE", null, "repository.c"]] - , "patch": [["@", "patches", "", "libgit2_v1.1.0_fix-fake-repo.patch"]] + , "patch": [["@", "patches", "", "libgit2_v1.2.0_fix-fake-repo.patch"]] , "patch-part": ["a", "src", "repository.c"] } , "git2internal": @@ -558,12 +566,12 @@ , "blob.c" , "branch.c" , "buffer.c" - , "buf_text.c" , "cache.c" , "checkout.c" , "cherrypick.c" , "clone.c" , "commit.c" + , "commit_graph.c" , "commit_list.c" , "config.c" , "config_cache.c" @@ -591,7 +599,6 @@ , "filebuf.c" , "filter.c" , "futils.c" - , "global.c" , "graph.c" , "hash.c" , "hashsig.c" @@ -601,6 +608,7 @@ , "index.c" , "indexer.c" , "iterator.c" + , "libgit2.c" , "mailmap.c" , "merge.c" , "merge_driver.c" @@ -648,7 +656,7 @@ , "revert.c" , "revparse.c" , "revwalk.c" - , "settings.c" + , "runtime.c" , "signature.c" , "sortedcache.c" , "stash.c" @@ -658,7 +666,8 @@ , "submodule.c" , "sysdir.c" , "tag.c" - , "thread-utils.c" + , "thread.c" + , "threadstate.c" , "trace.c" , "trailer.c" , "transaction.c" @@ -666,16 +675,20 @@ , "tree.c" , "tree-cache.c" , "tsort.c" + , "utf8.c" , "util.c" , "varint.c" , "vector.c" , "wildmatch.c" , "worktree.c" , "zstream.c" + , "allocators/failalloc.c" , "allocators/stdalloc.c" - , "allocators/win32_crtdbg.c" + , "allocators/win32_leakcheck.c" , "streams/mbedtls.c" , "streams/openssl.c" + , "streams/openssl_dynamic.c" + , "streams/openssl_legacy.c" , "streams/registry.c" , "streams/socket.c" , "streams/stransport.c" |