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: kubernetes/git-sync
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.6
Choose a base ref
...
head repository: kubernetes/git-sync
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.9
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Jun 29, 2023

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

Commits on Jul 28, 2023

  1. Handle errors from credential refresh (v3)

    Previously, errors from askpass and credential storage were being
    ignored, causing git clone/fetch to later error with hard-to-read
    errors.
    
    Now the error indicates the credential refresh as the problem, and
    either does not try to sync (if no creds) or tries to use previous creds
    (if they were fetched at some point).
    karlkfi authored and thockin committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    93b8a38 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #782 from thockin/release-3.x

    Handle errors from credential refresh (v3)
    k8s-ci-robot authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2a29733 View commit details
    Browse the repository at this point in the history
Loading