]> git.proxmox.com Git - libgit2.git/commit
New upstream version 1.4.3+dfsg.1
authorMohammed Bilal <mdbilal@disroot.org>
Thu, 5 May 2022 10:45:21 +0000 (10:45 +0000)
committerMohammed Bilal <mdbilal@disroot.org>
Thu, 5 May 2022 10:45:21 +0000 (10:45 +0000)
commite579e0f70726f20d8b946b256f6cf90efdbf7d9a
tree7e708d2a44f0bf64999912d06505c0655be0c522
parentc25aa7cd825ba972c2a1a902c73ce3a8c8a59ec3
New upstream version 1.4.3+dfsg.1
621 files changed:
.github/release.yml [new file with mode: 0644]
.github/workflows/main.yml
.github/workflows/nightly.yml
.vscode/launch.json
.vscode/tasks.json
CMakeLists.txt
COPYING
README.md
ci/test.sh
cmake/AddCFlagIfSupported.cmake
cmake/DefaultCFlags.cmake [new file with mode: 0644]
cmake/EnableWarnings.cmake
cmake/FindCoreFoundation.cmake
cmake/FindGSSAPI.cmake
cmake/FindGSSFramework.cmake
cmake/FindHTTPParser.cmake [new file with mode: 0644]
cmake/FindHTTP_Parser.cmake [deleted file]
cmake/FindIconv.cmake
cmake/FindLibSSH2.cmake
cmake/FindPCRE.cmake
cmake/FindPCRE2.cmake
cmake/FindPkgLibraries.cmake
cmake/FindSecurity.cmake
cmake/FindStatNsec.cmake
cmake/Findfutimens.cmake
cmake/FindmbedTLS.cmake
cmake/IdeSplitSources.cmake
cmake/PkgBuildConfig.cmake
cmake/SanitizeBool.cmake
cmake/SelectGSSAPI.cmake
cmake/SelectHTTPParser.cmake [new file with mode: 0644]
cmake/SelectHTTPSBackend.cmake
cmake/SelectHashes.cmake
cmake/SelectRegex.cmake [new file with mode: 0644]
cmake/SelectSSH.cmake [new file with mode: 0644]
cmake/SelectWinHTTP.cmake [new file with mode: 0644]
cmake/SelectZlib.cmake [new file with mode: 0644]
docs/api-stability.md [new file with mode: 0644]
docs/buffers.md [new file with mode: 0644]
docs/changelog.md
docs/contributing.md
docs/error-handling.md
docs/fuzzing.md
docs/release.md
docs/threading.md
examples/CMakeLists.txt
examples/add.c
examples/blame.c
examples/commit.c
examples/common.h
examples/diff.c
examples/index-pack.c
examples/remote.c
examples/status.c
fuzzers/CMakeLists.txt
fuzzers/commit_graph_fuzzer.c
fuzzers/config_file_fuzzer.c
fuzzers/corpora/midx/666a779eed16847c6930a71c0547a34e52db409e [new file with mode: 0644]
fuzzers/corpora/objects/blob
fuzzers/download_refs_fuzzer.c
fuzzers/midx_fuzzer.c
fuzzers/objects_fuzzer.c
fuzzers/packfile_fuzzer.c
fuzzers/patch_parse_fuzzer.c
fuzzers/standalone_driver.c
fuzzers/standalone_driver.h [new file with mode: 0644]
include/git2/apply.h
include/git2/attr.h
include/git2/blame.h
include/git2/blob.h
include/git2/branch.h
include/git2/buffer.h
include/git2/cert.h
include/git2/checkout.h
include/git2/clone.h
include/git2/commit.h
include/git2/common.h
include/git2/config.h
include/git2/credential.h
include/git2/credential_helpers.h
include/git2/deprecated.h
include/git2/describe.h
include/git2/diff.h
include/git2/email.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/object.h
include/git2/odb.h
include/git2/odb_backend.h
include/git2/pack.h
include/git2/patch.h
include/git2/pathspec.h
include/git2/proxy.h
include/git2/rebase.h
include/git2/refdb.h
include/git2/reflog.h
include/git2/refs.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/sys/commit_graph.h
include/git2/sys/odb_backend.h
include/git2/sys/remote.h [new file with mode: 0644]
include/git2/sys/stream.h
include/git2/sys/transport.h
include/git2/tag.h
include/git2/tree.h
include/git2/types.h
include/git2/version.h
include/git2/worktree.h
package.json
src/CMakeLists.txt
src/annotated_commit.h
src/apply.c
src/apply.h
src/attr.c
src/attr_file.c
src/attr_file.h
src/attrcache.c
src/blame_git.c
src/blob.c
src/blob.h
src/branch.c
src/branch.h
src/buf.c [new file with mode: 0644]
src/buf.h [new file with mode: 0644]
src/buffer.c [deleted file]
src/buffer.h [deleted file]
src/cc-compat.h
src/checkout.c
src/cherrypick.c
src/clone.c
src/commit.c
src/commit.h
src/commit_graph.c
src/commit_graph.h
src/commit_list.c
src/common.h
src/config.c
src/config.h
src/config_file.c
src/config_mem.c
src/config_parse.c
src/crlf.c
src/date.c
src/date.h [new file with mode: 0644]
src/describe.c
src/diff.c
src/diff.h
src/diff_driver.c
src/diff_driver.h
src/diff_file.c
src/diff_generate.c
src/diff_generate.h
src/diff_print.c
src/diff_stats.c
src/diff_stats.h [new file with mode: 0644]
src/diff_tform.c
src/diff_xdiff.c
src/email.c
src/email.h
src/errors.c
src/features.h.in
src/fetch.c
src/fetch.h
src/fetchhead.c
src/filebuf.c
src/filebuf.h
src/filter.c
src/filter.h
src/fs_path.c [new file with mode: 0644]
src/fs_path.h [new file with mode: 0644]
src/futils.c
src/futils.h
src/hash.c
src/hash.h
src/hash/sha1.h
src/hash/sha1/collisiondetect.c
src/hash/sha1/common_crypto.c
src/hash/sha1/generic.c
src/hash/sha1/mbedtls.c
src/hash/sha1/openssl.c
src/hash/sha1/sha1dc/sha1.c
src/hash/sha1/win32.c
src/ident.c
src/ignore.c
src/ignore.h
src/index.c
src/index.h
src/indexer.c
src/iterator.c
src/iterator.h
src/khash.h
src/libgit2.c
src/mailmap.c
src/merge.c
src/merge.h
src/merge_driver.c
src/merge_file.c
src/message.c
src/message.h [deleted file]
src/midx.c
src/midx.h
src/mwindow.c
src/net.c
src/net.h
src/netops.c
src/netops.h
src/notes.c
src/object.c
src/object.h
src/odb.c
src/odb.h
src/odb_loose.c
src/odb_mempack.c
src/odb_pack.c
src/oid.c
src/oid.h
src/pack-objects.c
src/pack-objects.h
src/pack.c
src/patch.c
src/patch.h
src/patch_generate.c
src/patch_generate.h
src/patch_parse.c
src/path.c
src/path.h
src/pathspec.c
src/pathspec.h
src/posix.c
src/posix.h
src/pqueue.h
src/proxy.c
src/proxy.h
src/push.c
src/push.h
src/rand.c [new file with mode: 0644]
src/rand.h [new file with mode: 0644]
src/reader.c
src/reader.h
src/rebase.c
src/refdb_fs.c
src/refs.c
src/refs.h
src/refspec.c
src/refspec.h
src/regexp.c
src/remote.c
src/remote.h
src/repository.c
src/repository.h
src/reset.c
src/revert.c
src/revparse.c
src/revwalk.c
src/signature.c
src/signature.h
src/sortedcache.c
src/sortedcache.h
src/stash.c
src/status.c
src/str.c [new file with mode: 0644]
src/str.h [new file with mode: 0644]
src/streams/mbedtls.c
src/streams/openssl_dynamic.h
src/submodule.c
src/submodule.h
src/sysdir.c
src/sysdir.h
src/tag.c
src/thread.h
src/threadstate.c
src/threadstate.h
src/trace.c
src/trace.h
src/trailer.c
src/transaction.c
src/transport.c
src/transports/auth.c
src/transports/auth.h
src/transports/auth_negotiate.c
src/transports/auth_ntlm.c
src/transports/auth_ntlm.h
src/transports/git.c
src/transports/http.c
src/transports/http.h
src/transports/httpclient.c
src/transports/local.c
src/transports/smart.c
src/transports/smart.h
src/transports/smart_pkt.c
src/transports/smart_protocol.c
src/transports/ssh.c
src/transports/winhttp.c
src/tree-cache.c
src/tree-cache.h
src/tree.c
src/tree.h
src/unix/map.c
src/unix/posix.h
src/unix/realpath.c
src/util.c
src/util.h
src/vector.h
src/win32/findfile.c
src/win32/findfile.h
src/win32/path_w32.c
src/win32/path_w32.h
src/win32/posix.h
src/win32/posix_w32.c
src/win32/w32_buffer.c
src/win32/w32_buffer.h
src/win32/w32_leakcheck.c
src/worktree.c
src/worktree.h
src/xdiff/git-xdiff.h [new file with mode: 0644]
src/xdiff/xdiff.h
src/xdiff/xdiffi.c
src/xdiff/xemit.c
src/xdiff/xhistogram.c
src/xdiff/xinclude.h
src/xdiff/xmerge.c
src/xdiff/xpatience.c
src/xdiff/xprepare.c
src/xdiff/xutils.c
src/zstream.c
src/zstream.h
tests/CMakeLists.txt
tests/README.md
tests/apply/fromdiff.c
tests/apply/fromfile.c
tests/apply/partial.c
tests/attr/repo.c
tests/buf/basic.c [deleted file]
tests/buf/oom.c [deleted file]
tests/buf/percent.c [deleted file]
tests/buf/quote.c [deleted file]
tests/buf/splice.c [deleted file]
tests/checkout/checkout_helpers.c
tests/checkout/checkout_helpers.h
tests/checkout/conflict.c
tests/checkout/crlf.c
tests/checkout/head.c
tests/checkout/icase.c
tests/checkout/index.c
tests/checkout/nasty.c
tests/checkout/tree.c
tests/checkout/typechange.c
tests/cherrypick/bare.c
tests/cherrypick/workdir.c
tests/clar.h
tests/clar/summary.h
tests/clar_libgit2.c
tests/clar_libgit2.h
tests/clar_libgit2_timer.c
tests/clar_libgit2_timer.h
tests/clar_libgit2_trace.c
tests/clone/local.c
tests/clone/nonetwork.c
tests/commit/commit.c
tests/commit/parse.c
tests/commit/write.c
tests/config/conditionals.c
tests/config/config_helpers.c
tests/config/configlevel.c
tests/config/global.c
tests/config/include.c
tests/config/multivar.c
tests/config/new.c
tests/config/read.c
tests/config/readonly.c
tests/config/stress.c
tests/config/write.c
tests/core/buf.c [new file with mode: 0644]
tests/core/buffer.c [deleted file]
tests/core/copy.c
tests/core/dirent.c
tests/core/env.c
tests/core/filebuf.c
tests/core/futils.c
tests/core/gitstr.c [new file with mode: 0644]
tests/core/iconv.c
tests/core/init.c
tests/core/link.c
tests/core/mkdir.c
tests/core/oid.c
tests/core/path.c
tests/core/posix.c
tests/core/rmdir.c
tests/core/sha1.c
tests/core/sortedcache.c
tests/core/stat.c
tests/core/structinit.c
tests/core/useragent.c
tests/core/utf8.c
tests/core/zstream.c
tests/date/date.c
tests/date/rfc2822.c
tests/describe/describe.c
tests/describe/describe_helpers.c
tests/describe/describe_helpers.h
tests/diff/binary.c
tests/diff/blob.c
tests/diff/drivers.c
tests/diff/externalmodifications.c [new file with mode: 0644]
tests/diff/format_email.c
tests/diff/parse.c
tests/diff/patch.c
tests/diff/rename.c
tests/diff/stats.c
tests/diff/submodules.c
tests/diff/tree.c
tests/diff/workdir.c
tests/email/create.c
tests/email/create.c.bak [new file with mode: 0644]
tests/fetch/local.c [new file with mode: 0644]
tests/fetchhead/fetchhead_data.h
tests/fetchhead/nonetwork.c
tests/filter/crlf.c
tests/filter/custom_helpers.c
tests/filter/custom_helpers.h
tests/filter/file.c
tests/filter/query.c
tests/filter/stream.c
tests/filter/systemattrs.c
tests/filter/wildcard.c
tests/generate.py
tests/graph/commit_graph.c [deleted file]
tests/graph/commitgraph.c [new file with mode: 0644]
tests/graph/reachable_from_any.c
tests/headertest.c [new file with mode: 0644]
tests/ignore/path.c
tests/ignore/status.c
tests/index/crlf.c
tests/index/filemodes.c
tests/index/nsec.c
tests/index/racy.c
tests/index/tests.c
tests/iterator/index.c
tests/iterator/tree.c
tests/iterator/workdir.c
tests/mailmap/parsing.c
tests/main.c
tests/merge/analysis.c
tests/merge/conflict_data.h
tests/merge/driver.c
tests/merge/files.c
tests/merge/merge_helpers.c
tests/merge/merge_helpers.h
tests/merge/trees/automerge.c
tests/merge/trees/modeconflict.c
tests/merge/trees/renames.c
tests/merge/trees/trivial.c
tests/merge/trees/whitespace.c
tests/merge/workdir/dirty.c
tests/merge/workdir/recursive.c
tests/merge/workdir/renames.c
tests/merge/workdir/setup.c
tests/merge/workdir/simple.c
tests/merge/workdir/submodules.c
tests/merge/workdir/trivial.c
tests/message/trailer.c
tests/network/fetchlocal.c
tests/network/remote/defaultbranch.c
tests/network/remote/local.c
tests/network/remote/push.c
tests/network/remote/remotes.c
tests/network/url/parse.c
tests/network/url/redirect.c
tests/network/url/scp.c [new file with mode: 0644]
tests/network/url/valid.c [new file with mode: 0644]
tests/notes/notes.c
tests/notes/notesref.c
tests/object/blob/filter.c
tests/object/blob/fromstream.c
tests/object/blob/write.c
tests/object/commit/commitstagedfile.c
tests/object/lookup.c
tests/object/message.c
tests/object/raw/convert.c
tests/object/raw/hash.c
tests/object/raw/short.c
tests/object/raw/write.c
tests/object/tag/write.c
tests/object/tree/read.c
tests/object/tree/write.c
tests/object/validate.c [new file with mode: 0644]
tests/odb/alternates.c
tests/odb/backend/backend_helpers.c
tests/odb/backend/backend_helpers.h
tests/odb/backend/multiple.c
tests/odb/backend/nonrefreshing.c
tests/odb/backend/refreshing.c [new file with mode: 0644]
tests/odb/backend/simple.c
tests/odb/emptyobjects.c
tests/odb/foreach.c
tests/odb/freshen.c
tests/odb/largefiles.c
tests/odb/loose.c
tests/online/clone.c
tests/online/customcert.c
tests/online/fetch.c
tests/online/fetchhead.c
tests/online/push.c
tests/online/push_util.c
tests/online/remotes.c
tests/pack/filelimit.c
tests/pack/indexer.c
tests/pack/midx.c
tests/pack/packbuilder.c
tests/patch/parse.c
tests/patch/patch_common.h
tests/patch/print.c
tests/path/core.c
tests/path/dotgit.c
tests/path/win32.c
tests/rebase/iterator.c
tests/rebase/merge.c
tests/rebase/sign.c
tests/rebase/submodule.c
tests/refs/basic.c
tests/refs/branches/create.c
tests/refs/branches/delete.c
tests/refs/branches/iterator.c
tests/refs/branches/move.c
tests/refs/branches/name.c
tests/refs/branches/remote.c
tests/refs/branches/upstreamname.c
tests/refs/crashes.c
tests/refs/delete.c
tests/refs/foreachglob.c
tests/refs/iterator.c
tests/refs/pack.c
tests/refs/read.c
tests/refs/ref_helpers.c
tests/refs/reflog/messages.c
tests/refs/reflog/reflog.c
tests/refs/reflog/reflog_helpers.c
tests/refs/reflog/reflog_helpers.h
tests/refs/rename.c
tests/refs/revparse.c
tests/refs/shorthand.c
tests/refs/tags/name.c
tests/remote/fetch.c
tests/remote/httpproxy.c
tests/remote/insteadof.c
tests/repo/config.c
tests/repo/discover.c
tests/repo/env.c
tests/repo/hashfile.c
tests/repo/init.c
tests/repo/message.c
tests/repo/open.c
tests/repo/repo_helpers.c
tests/repo/reservedname.c
tests/repo/setters.c
tests/repo/state.c
tests/repo/template.c
tests/reset/hard.c
tests/reset/mixed.c
tests/reset/soft.c
tests/resources/config/config22 [new file with mode: 0644]
tests/resources/peeled.git/packed-refs
tests/resources/renames/.gitted/objects/41/a766bb079e18ff6a24571831bd751168799a02 [new file with mode: 0644]
tests/resources/renames/.gitted/objects/ba/8b004914491b129b4feff51b5fd8553b8e8156 [new file with mode: 0644]
tests/resources/renames/.gitted/objects/e5/6d39ca6d946331aa79c9c443d46c8a6ed4f550 [new file with mode: 0644]
tests/resources/renames/.gitted/refs/heads/case-insensitive-status [new file with mode: 0644]
tests/resources/testrepo.git/logs/refs/heads/with-empty-log [new file with mode: 0644]
tests/resources/testrepo.git/packed-refs
tests/resources/testrepo.git/refs/heads/with-empty-log [new file with mode: 0644]
tests/resources/testrepo/.gitted/packed-refs
tests/resources/testrepo2/.gitted/config
tests/resources/testrepo2/.gitted/packed-refs
tests/revert/bare.c
tests/revert/workdir.c
tests/stash/apply.c
tests/stash/drop.c
tests/stash/save.c
tests/status/renames.c
tests/status/submodules.c
tests/status/worktree.c
tests/str/basic.c [new file with mode: 0644]
tests/str/oom.c [new file with mode: 0644]
tests/str/percent.c [new file with mode: 0644]
tests/str/quote.c [new file with mode: 0644]
tests/str/splice.c [new file with mode: 0644]
tests/stress/diff.c
tests/submodule/add.c
tests/submodule/escape.c
tests/submodule/init.c
tests/submodule/inject_option.c
tests/submodule/lookup.c
tests/submodule/modify.c
tests/submodule/nosubs.c
tests/submodule/open.c
tests/submodule/repository_init.c
tests/submodule/status.c
tests/submodule/submodule_helpers.c
tests/submodule/update.c
tests/valgrind-supp-mac.txt
tests/win32/forbidden.c
tests/win32/longpath.c
tests/win32/systemdir.c [new file with mode: 0644]
tests/worktree/merge.c
tests/worktree/open.c
tests/worktree/refs.c
tests/worktree/submodule.c
tests/worktree/worktree.c