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: v4.0.0-rc2
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: v4.0.0-rc3
Choose a head ref
  • 10 commits
  • 10 files changed
  • 2 contributors

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    c4d5e9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e603667 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0753bd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Make relative-path submodules work, via origin

    The "origin" remote is implicitly used as the basis for relative-paths
    in submodules.  It's very subtly documented, and I have no idea if there
    are other places where it is used.  It seems git really expects it to
    exist, so let's just do that.
    thockin committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    08296a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #765 from thockin/v4_fix_relative_submodules

    Make relative-path submodules work, via origin
    k8s-ci-robot authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5a9037f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. gofmt tools.go

    thockin committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    df5924f View commit details
    Browse the repository at this point in the history
  2. Make 'make test' work

    thockin committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ee27153 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    8981e7f View commit details
    Browse the repository at this point in the history
  2. Update to use bookworm base image

    This include symlinks from /bin -> /usr/bin (and lib, and ...), which
    broke the build script.  See comments in there for details.
    thockin committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    22b2e8e View commit details
    Browse the repository at this point in the history
  3. DNM

    thockin committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    0ae6c31 View commit details
    Browse the repository at this point in the history
Loading