-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: omeos-fork/github.git-sizer
base: master
head repository: github/git-sizer
compare: master
- 11 commits
- 13 files changed
- 4 contributors
Commits on Aug 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 10cb5b3 - Browse repository at this point
Copy the full SHA 10cb5b3View commit details
Commits on Sep 3, 2025
-
Merge pull request github#136 from fcharlie/sha256-support
Introduced sha256 support for git-sizer
Configuration menu - View commit details
-
Copy full SHA for ea9bd12 - Browse repository at this point
Copy the full SHA ea9bd12View commit details
Commits on Nov 21, 2025
-
workflows: add document header
This is a best practice and yamllint warns about omitting it.
Configuration menu - View commit details
-
Copy full SHA for cf4ba45 - Browse repository at this point
Copy the full SHA cf4ba45View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3ca5f0e - Browse repository at this point
Copy the full SHA 3ca5f0eView commit details
Commits on Nov 24, 2025
-
Merge pull request github#152 from github/workflow-permissions
Add permissions blocks to workflows that lack them
Configuration menu - View commit details
-
Copy full SHA for 846ee0b - Browse repository at this point
Copy the full SHA 846ee0bView commit details
Commits on Dec 1, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 9d29e5a - Browse repository at this point
Copy the full SHA 9d29e5aView commit details -
Merge pull request github#153 from github/vdye/update-download-url
install-vendored-go: update download link
Configuration menu - View commit details
-
Copy full SHA for 22f1158 - Browse repository at this point
Copy the full SHA 22f1158View commit details
Commits on Jan 16, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for dba52c5 - Browse repository at this point
Copy the full SHA dba52c5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0579f18 - Browse repository at this point
Copy the full SHA 0579f18View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 37ca70f - Browse repository at this point
Copy the full SHA 37ca70fView commit details -
Merge pull request github#155 from github/cmn/skip-on-no-sha256
Skip the SHA256 test if git has not support for it
Configuration menu - View commit details
-
Copy full SHA for 88eaa80 - Browse repository at this point
Copy the full SHA 88eaa80View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master