You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
format.go had three SHA[:12] callsites (TopCommits CSV, text, and
wide text variants) plus the new Top-commits per-dev block that
carried an inline len check. Consolidated into a single shortSHA
helper and applied it at all four sites so a dataset with short
commit IDs no longer crashes the CLI formatter in any path.
Behaviour unchanged for well-formed SHAs (length ≥ 12). The inline
comment from the Top-commits block moves onto the helper's godoc so
the rationale is close to the definition rather than duplicated at
each use.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments