feat(commit): add commit group (+list, +recent, +diff, +files) #387
Loading…
Reference in New Issue
No description provided.
Delete Branch "Taoyouce/gitlink-cli:feat/commit-group"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
The CLI had no way to read commit history at all — no group, no subcommand. This adds a
commitgroup wrappingApi::V1::Projects::CommitsController:All four subcommands mirror the server contract exactly:
sha/page/limitfor index,keywordfor recent, and thefilepathvariant of files (which dispatches to a different hat-client call server-side).Validation
go test ./...,go vet,gofmtall clean.Pull request closed