Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

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

Release notes

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

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
-v, --version    Show version number and quit
--debug      Enable debug mode; analyze timing
Commands:
cat            Provide contents or details of repository objects
stat           View repository status
size           Show repositories size and large files
remove         Remove files in repository and rewrite history
smart          Interactive mode to clean repository large files
graft          Interactive mode to clean repository large files (Grafting mode)
mc             Migrate a repository to the specified object format
unbranch       Linearize repository history
prune-refs     Prune refs by prefix
scan-refs      Scan references in a local repository
expire-refs    Clean up expired references
snapshot       Create a snapshot commit for the worktree
az             Analyze repository large files
co             EXPERIMENTAL: Clones a repository into a newly created directory
Run "hot <command> --help" for more information on a command.

eg:

hot cat HEAD:docs/images/blob.png

... (truncated)

Commits
  • 891a553 Release v0.19.1
  • ac6241a zeta/hot: pretty display tree/tag/commit/fragments
  • 376befb layout: change code layout
  • 4e55b7e mod: update depends
  • 737943b build: bump golang.org/x/crypto from 0.41.0 to 0.42.0 in the golang-org group
  • 342ce48 build: bump golang.org/x/crypto in the golang-org group
  • 641d4e6 utils tidy
  • 19686c0 env tidy
  • fc56149 docs: update snapshot
  • b524a47 docs: update snapshot
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 15, 2025
@chlins
Copy link
Member

chlins commented Sep 15, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/antgroup/hugescm-0.19.1 branch from 7d90252 to 4169e52 Compare September 15, 2025 09:23
@chlins
Copy link
Member

chlins commented Sep 16, 2025

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/antgroup/hugescm-0.19.1 branch from 4169e52 to 4d7b48e Compare September 16, 2025 08:17
@chlins chlins closed this Sep 23, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 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.19.1 branch September 23, 2025 02:46
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.

1 participant