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: rust-lang/git2-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: git2-curl-0.16.0
Choose a base ref
...
head repository: rust-lang/git2-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.16.1
Choose a head ref
  • 5 commits
  • 11 files changed
  • 1 contributor

Commits on Dec 10, 2022

  1. Configuration menu
    Copy the full SHA
    84e21aa View commit details
    Browse the repository at this point in the history
  2. Change the certificate_check callback to support passthrough.

    This is essential to being able to validate an SSH host key while
    still relying on libgit2 to validate TLS certificates.
    ehuss committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    fa41943 View commit details
    Browse the repository at this point in the history
  3. Bump versions

    This is necessary due to the certificate_check callback API change.
    ehuss committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    222fbf3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Merge pull request #909 from ehuss/ssh-keys

    Add ability to get the SSH host key and its type.
    ehuss authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    bce1555 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Update to libgit2 1.5.1

    ehuss committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a233483 View commit details
    Browse the repository at this point in the history
Loading