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: go-git/go-git
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.15.0
Choose a base ref
...
head repository: go-git/go-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.16.0
Choose a head ref
  • 6 commits
  • 10 files changed
  • 2 contributors

Commits on Apr 12, 2025

  1. plumbing: support mTLS for HTTPS protocol

    Signed-off-by: Hidde Beydals <hidde@hhh.computer>
    hiddeco committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    f3783f4 View commit details
    Browse the repository at this point in the history
  2. plumbing: fix unintended pointer mutation in test

    Signed-off-by: Hidde Beydals <hidde@hhh.computer>
    hiddeco committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    9bbc93b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2025

  1. plumbing: surface transport configuration errors

    Signed-off-by: Hidde Beydals <hidde@hhh.computer>
    hiddeco committed Apr 13, 2025
    Configuration menu
    Copy the full SHA
    5320e1b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1510 from hiddeco/mtls-support

    [v5] plumbing: support mTLS for HTTPS protocol
    pjbgf authored Apr 13, 2025
    Configuration menu
    Copy the full SHA
    763ce2e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. plumbing: transport, Reintroduce SetHostKeyCallback. Fix #1514

    The PR #1482 renamed SetHostKeyCallback to SetHostKeyCallbackAndAlgorithms, due to
    the change in behaviour. For keeping backwards compatibility within existing v5, a
    new SetHostKeyCallback is being introduced that simply calls back to
    SetHostKeyCallbackAndAlgorithms.
    
    Some tests were introduced to enforce expected behaviour.
    
    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    beedd6b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1515 from pjbgf/regre

    plumbing: transport, Reintroduce SetHostKeyCallback. Fix #1514
    pjbgf authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    6d4a5c6 View commit details
    Browse the repository at this point in the history
Loading