Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump LibGit2Sharp from 0.25.4 to 0.26.0 #322

Merged
merged 2 commits into from
Jul 21, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 15, 2019

Bumps LibGit2Sharp from 0.25.4 to 0.26.0.

Release notes

Sourced from LibGit2Sharp's releases.

LibGit2Sharp v0.26

Additions

  • Add CherryPickCommitIntoIndex to ObjectDatabase
  • The underlying native library (libgit2) now no longer relies on libcurl
  • The underlying native library now no longer relies on zlib
  • Add IndentHeuristic option to CompareOptions

LibGit2Sharp v0.26.0 RC1

This is a prerelease for the forthcoming LibGit2Sharp v0.26.0, based on libgit2 v0.28.0.

Changelog

Sourced from LibGit2Sharp's changelog.

LibGit2Sharp Changes

LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.

v0.26 - (diff)

Additions

  • Add CherryPickCommitIntoIndex to ObjectDatabase
  • The underlying native library (libgit2) now no longer relies on libcurl
  • The underlying native library now no longer relies on zlib
  • Add IndentHeuristic option to CompareOptions

v0.25 - (diff)

LibGit2Sharp is now .NET Core 2.0+ and .NET Framework compatible.

Additions

  • GitObject now has a Peel method that will let you peel (for example)
    a Tag to a Tree.
  • MergeOptions now includes an option to IgnoreWhitespaceChanges.
  • TreeDefinition can now Add an object with only the ID, which allows
    users of large files to add entries without realizing a Blob.
  • ObjectDatabase can now Write a Stream, which allows users of
    large files to stream an object into storage without loading it into
    memory.
  • ObjectDatabase can now MergeCommitsIntoIndex allowing users to perform
    an in-memory merge that produces an Index structure with conflicts.
  • Users can enable or disable dependent object existence checks when
    creating new objects with GlobalSettings.SetEnableStrictObjectCreation
  • Users can enable or disable ofs_delta support with
    GlobalSettings.SetEnableOfsDelta

Changes

  • Status now does not show untracked files by default. To retrieve
    untracked files, included the StatusOptions.IncludeUntracked and/or
    the StatusOptions.RecurseUntrackedDirs options.
  • Status now does not show the ignored files by default. To retrieve
    ignored files, include the StatusOptions.IncludeIgnored option.
  • Commands.Pull can now provide a null value for PullOptions,
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added .NET Pull requests that update .net code dependencies labels Feb 15, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/LibGit2Sharp-0.26.0 branch from a481259 to 139a884 Compare April 13, 2019 19:32
@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/LibGit2Sharp-0.26.0 branch from 139a884 to f193575 Compare May 13, 2019 17:37
@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/LibGit2Sharp-0.26.0 branch 3 times, most recently from 8b7dc37 to 6a77acf Compare June 28, 2019 05:28
@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/LibGit2Sharp-0.26.0 branch from 6a77acf to 7763c28 Compare July 1, 2019 14:15
@dabutvin dabutvin merged commit 7ba7695 into master Jul 21, 2019
@dabutvin dabutvin deleted the dependabot/nuget/LibGit2Sharp-0.26.0 branch July 21, 2019 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant