pkgsrc/devel/libgit2/PLIST
nia 22a586a219 libgit2: Update to 1.1.0
v1.1
----

This is release v1.1, "Fernweh".

### Changes or improvements

* Our bundled PCRE dependency has been updated to 8.44.

* The `refs/remotes/origin/HEAD` file will be created at clone time to
  point to the origin's default branch.

* libgit2 now uses the `__atomic_` intrinsics instead of `__sync_`
  intrinsics on supported gcc and clang versions.

* The `init.defaultBranch` setting is now respected and `master` is
  no longer the hardcoded as the default branch name.

* Patch files that do not contain an `index` line can now be parsed.

* Configuration files with multi-line values can now contain quotes
  split across multiple lines.

* Windows clients now attempt to use TLS1.3 when available.

* Servers that request an upgrade to a newer HTTP version are
  silently ignored instead of erroneously failing.

* Users can pass `NULL` to the options argument to
  `git_describe_commit`.

* Clones and fetches of very large packfiles now succeeds on 32-bit
  platforms.

* Custom reference database backends can now handle the repository's
  `HEAD` correctly.

* Repositories with a large number of packfiles no longer exhaust the
  number of file descriptors.

* The test framework now supports TAP output when the `-t` flag is
  specified.

* The test framework can now specify an exact match to a test
  function using a trailing `$`.

* All checkout types support `GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH`.

* `git_blame` now can ignore whitespace changes using the option
  `GIT_BLAME_IGNORE_WHITESPACE`.

* Several new examples have been created, including an examples for
  commit, add and push.

* Mode changes during rename are now supported in patch application.

* `git_checkout_head` now correctly removes untracked files in a
  subdirectory when the `FORCE | REMOVE_UNTRACKED` options are specified.
2020-10-19 17:53:40 +00:00

92 lines
2.1 KiB
Text

@comment $NetBSD: PLIST,v 1.12 2020/10/19 17:53:40 nia Exp $
include/git2.h
include/git2/annotated_commit.h
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/cherrypick.h
include/git2/clone.h
include/git2/commit.h
include/git2/common.h
include/git2/config.h
include/git2/cred_helpers.h
include/git2/credential.h
include/git2/credential_helpers.h
include/git2/deprecated.h
include/git2/describe.h
include/git2/diff.h
include/git2/errors.h
include/git2/filter.h
include/git2/global.h
include/git2/graph.h
include/git2/ignore.h
include/git2/index.h
include/git2/indexer.h
include/git2/mailmap.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/odb_backend.h
include/git2/oid.h
include/git2/oidarray.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/refspec.h
include/git2/remote.h
include/git2/repository.h
include/git2/reset.h
include/git2/revert.h
include/git2/revparse.h
include/git2/revwalk.h
include/git2/signature.h
include/git2/stash.h
include/git2/status.h
include/git2/stdint.h
include/git2/strarray.h
include/git2/submodule.h
include/git2/sys/alloc.h
include/git2/sys/commit.h
include/git2/sys/config.h
include/git2/sys/cred.h
include/git2/sys/credential.h
include/git2/sys/diff.h
include/git2/sys/filter.h
include/git2/sys/hashsig.h
include/git2/sys/index.h
include/git2/sys/mempack.h
include/git2/sys/merge.h
include/git2/sys/odb_backend.h
include/git2/sys/openssl.h
include/git2/sys/path.h
include/git2/sys/refdb_backend.h
include/git2/sys/reflog.h
include/git2/sys/refs.h
include/git2/sys/repository.h
include/git2/sys/stream.h
include/git2/sys/transport.h
include/git2/tag.h
include/git2/trace.h
include/git2/transaction.h
include/git2/transport.h
include/git2/tree.h
include/git2/types.h
include/git2/version.h
include/git2/worktree.h
lib/libgit2.so
lib/libgit2.so.1.1
lib/libgit2.so.${PKGVERSION}
lib/pkgconfig/libgit2.pc