Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libgit2/libgit2sharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: OctopusDeploy/libgit2sharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: octopus/master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 36 files changed
  • 4 contributors

Commits on Jul 18, 2025

  1. Configuration menu
    Copy the full SHA
    8e55046 View commit details
    Browse the repository at this point in the history
  2. Do not use string formatting LibGit2SharpException constructor when b…

    …uilding unknown exception types
    
    The exception constructors in GitErrorsToLibGit2SharpExceptions make use of the error category by passing it through to the NativeException(string message, GitErrorCategory category) constructor which adds ("libgit2.category", category) to Data on System.Exception.
    
    We were calling new LibGit2SharpException(m, c), but this was resolving to the string formatting constructor on LibGit2SharpException, because it does not have a constructor that takes a category. This runs a string format, so if the errorMessage contained any curly braces, that constructor would throw an System.FormatException.
    
    This has been changed to just use the message constructor (with no format arguments), and will drop the error code (which is always Unknown anyway).
    Dylan Lerch authored and zentron committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    bdc9c40 View commit details
    Browse the repository at this point in the history
  3. Set the native libgit2 error message when an exception is thrown in t…

    …he subtransport
    Dylan Lerch authored and zentron committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    1367830 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Configuration menu
    Copy the full SHA
    65ca2c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2025

  1. Merge pull request #18 from OctopusDeploy/robe/include-net6

    Re-introduce .net6 while we still have Calamari running in .net6
    zentron authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    0dc07df View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Remove .net 6

    stevencl840 committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    cf91cb2 View commit details
    Browse the repository at this point in the history
  2. Update to Macos-14

    stevencl840 committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    8219c8d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #22 from OctopusDeploy/sjc/update-build-process

    Update to build process
    stevencl840 authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    36b13c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2026

  1. WIP (#21)

    stevencl840 authored Jan 11, 2026
    Configuration menu
    Copy the full SHA
    3efac0b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2026

  1. Configuration menu
    Copy the full SHA
    9b2bac1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. Configuration menu
    Copy the full SHA
    3ee95e7 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2026

  1. Configuration menu
    Copy the full SHA
    ea58de2 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. Configuration menu
    Copy the full SHA
    0035b38 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2026

  1. Configuration menu
    Copy the full SHA
    ba01429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5bd8b2 View commit details
    Browse the repository at this point in the history
Loading