Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps github.com/antgroup/hugescm from 0.18.3 to 0.21.0.

Release notes

Sourced from github.com/antgroup/hugescm's releases.

v0.21.0 small bugfix

What's Changed

Full Changelog: antgroup/hugescm@v0.20.1...v0.21.0

v0.20.1 small change and bugfix

Full Changelog: antgroup/hugescm@v0.20.0...v0.20.1

Release v0.20.0 hot co support -X

What's Changed

Full Changelog: antgroup/hugescm@v0.19.1...v0.20.0

Release v0.19.1 Introducing the hot command

About the introduced hot command

hot command is a Git repository governance tool that we integrated into HugeSCM, supporting many scenarios:

  • Find large files with hot size (raw size) / hot az (compressed size).
  • Use hot remove to quickly delete committed secrets and rewrite history.
  • Interactively remove large files with hot smart, which combines the size and remove commands (e.g., hot smart -L20m).
  • Migrate the repository's object format between SHA1 and SHA256 with hot mc.
  • Clean up stale refs with hot prune-refs (by prefix) or hot expire-refs (by age & merged status). Use hot scan-refs to review their status.
  • Linearize repository history (i.e., remove all merge commits) with hot unbranch.
  • Create an orphan branch from a specific commit using hot unbranch -K1 master -Tnew-branch. It keeps recent history, ideal for open-sourcing or history resets.
  • Use hot cat to inspect Git objects (commit/tree/tag/blob). It outputs commit/tree/tag as JSON (--json) and intelligently hexdumps binary blobs.

Here's some more help information:

Usage: hot <command> [flags]
hot - Git repositories maintenance tool
Flags:
-h, --help       Show context-sensitive help
-V, --verbose    Make the operation more talkative
</tr></table>

... (truncated)

Commits
  • 0ba03a9 Ensure ssh.extraEnv is transmitted correctly
  • cd299dd build: bump github.com/jedib0t/go-pretty/v6 from 6.7.5 to 6.7.7 (#132)
  • 0eb39f3 build: bump the golang-org group with 6 updates (#130)
  • 0f20b47 histogram diff testcase
  • 65b0445 gcfg: sync from upstream
  • 7351457 mod: update depends
  • 937d6b9 build: bump actions/checkout from 5 to 6 (#128)
  • bd4c01d build: bump github.com/jedib0t/go-pretty/v6 from 6.7.3 to 6.7.5 (#127)
  • 4ccac79 build: bump golang.org/x/crypto in the golang-org group (#126)
  • 435fcd2 build: bump github.com/jedib0t/go-pretty/v6 from 6.7.2 to 6.7.3 (#125)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/antgroup/hugescm](https://github.com/antgroup/hugescm) from 0.18.3 to 0.21.0.
- [Release notes](https://github.com/antgroup/hugescm/releases)
- [Commits](antgroup/hugescm@v0.18.3...v0.21.0)

---
updated-dependencies:
- dependency-name: github.com/antgroup/hugescm
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 22, 2025
@chlins chlins closed this Dec 22, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/antgroup/hugescm-0.21.0 branch December 22, 2025 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants