Thanks to visit codestin.com
Credit goes to github.com

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.14.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
  • 11 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 31, 2025

  1. Configuration menu
    Copy the full SHA
    61916be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba9d693 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. Merge pull request #1482 from Javier-varez/add-cert-auth-support-v5.x

    plumbing: add cert auth support to `releases/v5.x`
    pjbgf authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    768fda7 View commit details
    Browse the repository at this point in the history
  2. v5: Bump dependencies

    Signed-off-by: Paulo Gomes <[email protected]>
    pjbgf committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    9996069 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1505 from pjbgf/bump

    v5: Bump dependencies
    pjbgf authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    6f444d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2025

  1. plumbing: support mTLS for HTTPS protocol

    Signed-off-by: Hidde Beydals <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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