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: omeos-fork/github.git-sizer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: github/git-sizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 13 files changed
  • 4 contributors

Commits on Aug 30, 2025

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

Commits on Sep 3, 2025

  1. Merge pull request github#136 from fcharlie/sha256-support

    Introduced sha256 support for git-sizer
    bk2204 authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    ea9bd12 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. workflows: add document header

    This is a best practice and yamllint warns about omitting it.
    bk2204 committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    cf4ba45 View commit details
    Browse the repository at this point in the history
  2. workflows: add permissions block

    We'd like to run GitHub Actions with the least possible permissions
    assigned to the token for security reasons.  To make this possible,
    let's add a permissions block to each workflow that lacks one.
    bk2204 committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    3ca5f0e View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. Merge pull request github#152 from github/workflow-permissions

    Add permissions blocks to workflows that lack them
    bk2204 authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    846ee0b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. install-vendored-go: update download link

    The Google storage account appears to no longer be valid, so let's use the official download link from https://go.dev.
    vdye authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    9d29e5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#153 from github/vdye/update-download-url

    install-vendored-go: update download link
    vdye authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    22f1158 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. Skip the SHA256 test if git has not support for it

    If you are building and running the tests in an environment with an older
    version of git, it might not have SHA256 support. This should not cause the
    git-sizer test suite to fail as it's not an issue with git-sizer.
    
    Detect this situation and skip the test.
    carlosmn committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    dba52c5 View commit details
    Browse the repository at this point in the history
  2. ci: update the setup-go version

    Version 2 wants to use the old URL so that also fails to run. The latest is
    version 6 so let's update to that and at the same time update to the same Go
    version that we want to download in the build script.
    carlosmn committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    0579f18 View commit details
    Browse the repository at this point in the history
  3. test: loosen the object-format error matching

    As pointed out by the robot, this can be an issue with different locales. It is
    enough for our purposes to know that the error message includes "object-format"
    so we know it's unhappy with it.
    carlosmn committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    37ca70f View commit details
    Browse the repository at this point in the history
  4. Merge pull request github#155 from github/cmn/skip-on-no-sha256

    Skip the SHA256 test if git has not support for it
    carlosmn authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    88eaa80 View commit details
    Browse the repository at this point in the history
Loading