Summary
The Partio-Checkpoint trailer appended to commit messages can be visually noisy in GitHub's commit UI and other git tools. Long reference values clutter the commit view.
Solution
Shorten the Partio-Checkpoint trailer value to use a 12-character short hash instead of the full reference. Ensure checkpoint lookup commands can resolve both short and full-length trailer values for backwards compatibility.
Why
Reduces visual clutter in commit history views while maintaining full functionality. Community feedback from the upstream project indicates this is a common pain point.
Source
Inspired by entireio/cli#868
Summary
The
Partio-Checkpointtrailer appended to commit messages can be visually noisy in GitHub's commit UI and other git tools. Long reference values clutter the commit view.Solution
Shorten the
Partio-Checkpointtrailer value to use a 12-character short hash instead of the full reference. Ensure checkpoint lookup commands can resolve both short and full-length trailer values for backwards compatibility.Why
Reduces visual clutter in commit history views while maintaining full functionality. Community feedback from the upstream project indicates this is a common pain point.
Source
Inspired by entireio/cli#868