Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: libgit2/libgit2sharp

LibGit2Sharp v0.31.0

03 Dec 08:18
@bording bording
ee53bdd
This commit was signed with the committer’s verified signature.
bording Brandon Ording
GPG key ID: FA5A63FFCAA40219
Verified
Learn about vigilant mode.

Choose a tag to compare

Changes

  • This release includes libgit2 v1.8.4.
  • The ppc64le architecture is now supported on Linux.
  • .NET 6 has reached end of support, so LibGit2Sharp now targets net472 and net8.0.

Additions

  • Adds Depth to FetchOptions allowing for shallow cloning #2070
  • Make owner validation configurable #2093
  • Add a CloneOptions constructor that takes a FetchOptions #2132

Fixes

  • TreeDefinition.Remove fails to remove unwrapped trees #1869
  • ObjectDatabase.Write(Stream stream...) overload does not respect T #2071
  • Repository.Worktrees.Add leaves now worktree empty #2037
Assets 2
Loading
0xfeeddeadbeef, danice, nightroman, Noggog, ALyalin22, jesp209i, luisquix, and davesearlegsa reacted with hooray emoji
8 people reacted

LibGit2Sharp v0.30.0

26 Nov 05:23
@bording bording
5085a0c
This commit was signed with the committer’s verified signature.
bording Brandon Ording
GPG key ID: FA5A63FFCAA40219
Verified
Learn about vigilant mode.

Choose a tag to compare

Changes

Loading
0xfeeddeadbeef reacted with hooray emoji
1 person reacted

LibGit2Sharp v0.29.0

22 Jan 22:08
@bording bording
de87973
This commit was signed with the committer’s verified signature.
bording Brandon Ording
GPG key ID: FA5A63FFCAA40219
Verified
Learn about vigilant mode.

Choose a tag to compare

Changes

  • This release includes libgit2 v1.7.1.
    • CI changes for the native binaries has removed support for CentOS 7. See #2066 for details.

Additions

  • Add proxy options #2065
    • See PR for details, including some breaking changes to CloneOptions and SubmoduleUpdateOptions
Loading
ethomson and juner reacted with hooray emoji totpero reacted with rocket emoji
3 people reacted

LibGit2Sharp v0.28.0

09 Nov 16:13
@bording bording
1c409f9
This commit was signed with the committer’s verified signature.
bording Brandon Ording
GPG key ID: FA5A63FFCAA40219
Verified
Learn about vigilant mode.

Choose a tag to compare

Additions

  • Add CustomHeaders to PushOptions #2052
Loading
jackutea and Stani1k reacted with thumbs up emoji totpero reacted with rocket emoji
3 people reacted

LibGit2Sharp v0.27.2

13 Apr 05:27
@bording bording
8c32b61
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Changes

Fixes

  • Can't access GIT config (Repository.Config) since v0.27.0 #2031
Loading
ethomson, ozanneconsulting, saiganov, luimedi, coolhunter23, MeindertN, laurentkempe, MathiasCodes, and JoJ123-SE reacted with heart emoji
9 people reacted

LibGit2Sharp v0.27.1

11 Apr 18:55
@bording bording
556107a
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixes

  • AssemblyVersion of v0.27.0 is 0.0.0.0, which is lower than the AssemblyVersion of the v0.26.x releases. #2030
Loading
gitfool, digao-dalpiaz, Amarok79, IldarKhayrutdinov, saiganov, and MathiasCodes reacted with thumbs up emoji
6 people reacted

LibGit2Sharp v0.27.0

11 Apr 00:43
@bording bording
225e197
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Changes

  • LibGit2Sharp now targets .NET Framework 4.7.2 and .NET 6.
  • This release includes libgit2 v1.6.3.
  • Changes to the native binaries let LibGit2Sharp work on all .NET 6 supported OS versions and architectures.
  • GlobalSetings.NativeLibraryPath used to automatically append architecture to the path when running on .NET Framework. This behavior has been removed to make it consistent. #1918

Additions

  • Add support for adding and clearing multi-valued configuration #1720
  • added lines and deleted lines in content changes #1790
  • Set / get supported extensions #1908
  • Simplify dealing with missing git objects #1909
  • Throw NotFoundException if trees are missing when computing diff #1936

Fixes

  • Adjust GitStatusOptions to match structure of native libgit2 #1884
  • Update git_worktree_add_options struct to include ref pointer #1890
  • Fix git_remote_connect not throwing on non-zero result #1913
  • Fix incorrect information in exceptions #1919
  • Checkout branch looks to remote tracking branches as fallback #1820
  • Fixed calling into native libgit2 on osx-arm64 #1955
Loading
ethomson, Amarok79, digao-dalpiaz, and pmiossec reacted with hooray emoji gitfool, 134130, Amarok79, digao-dalpiaz, Balkoth, and MathiasCodes reacted with heart emoji
8 people reacted

LibGit2Sharp v0.26.2

11 Dec 09:04
@ethomson ethomson
9a87d4c
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

This is a security release that includes updates for several CVEs reported to the Git project, including CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, and CVE-2019-1357.

This release includes libgit2 v0.28.4.

Loading
dontbyte, zhiyangyou, Kamilake, and Dreamypops33 reacted with thumbs up emoji fhkjqsdfhl reacted with hooray emoji
5 people reacted

LibGit2Sharp v0.26.1

13 Aug 21:15
@ethomson ethomson
8950f49
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

This is a security and bugfix release that fixes minor possible security issues, including validation that the ProgramData configuration area is owned by an administrator or the current user, and handling commit objects with a large number of parents.

This release includes libgit2 v0.28.3.

Loading
zhiyangyou reacted with laugh emoji
1 person reacted

LibGit2Sharp v0.26

14 Feb 23:58
@ethomson ethomson

Choose a tag to compare

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
Loading
Previous 1 3
Previous

AltStyle によって変換されたページ (->オリジナル) /