-
Notifications
You must be signed in to change notification settings - Fork 921
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: OctopusDeploy/libgit2sharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: octopus/master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 36 files changed
- 4 contributors
Commits on Jul 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8e55046 - Browse repository at this point
Copy the full SHA 8e55046View commit details -
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).Configuration menu - View commit details
-
Copy full SHA for bdc9c40 - Browse repository at this point
Copy the full SHA bdc9c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1367830 - Browse repository at this point
Copy the full SHA 1367830View commit details
Commits on Oct 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 65ca2c0 - Browse repository at this point
Copy the full SHA 65ca2c0View commit details
Commits on Nov 2, 2025
-
Merge pull request #18 from OctopusDeploy/robe/include-net6
Re-introduce .net6 while we still have Calamari running in .net6
Configuration menu - View commit details
-
Copy full SHA for 0dc07df - Browse repository at this point
Copy the full SHA 0dc07dfView commit details
Commits on Dec 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cf91cb2 - Browse repository at this point
Copy the full SHA cf91cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8219c8d - Browse repository at this point
Copy the full SHA 8219c8dView commit details -
Merge pull request #22 from OctopusDeploy/sjc/update-build-process
Update to build process
Configuration menu - View commit details
-
Copy full SHA for 36b13c5 - Browse repository at this point
Copy the full SHA 36b13c5View commit details
Commits on Jan 11, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3efac0b - Browse repository at this point
Copy the full SHA 3efac0bView commit details
Commits on May 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 9b2bac1 - Browse repository at this point
Copy the full SHA 9b2bac1View commit details
Commits on May 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3ee95e7 - Browse repository at this point
Copy the full SHA 3ee95e7View commit details
Commits on May 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ea58de2 - Browse repository at this point
Copy the full SHA ea58de2View commit details
Commits on May 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 0035b38 - Browse repository at this point
Copy the full SHA 0035b38View commit details
Commits on Jun 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ba01429 - Browse repository at this point
Copy the full SHA ba01429View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5bd8b2 - Browse repository at this point
Copy the full SHA c5bd8b2View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...octopus/master