crate-ci / committed

Nitpicking commit history since beabf39
Apache License 2.0
101 stars 6 forks source link

feat!: rename fixup to autosquash #396

Open JP-Ellis opened 17 hours ago

JP-Ellis commented 17 hours ago

The fixup! commit is just one instance of the more general autosquash feature as described in Git's --autosquash docs

This renames instances of 'fixup' to 'autosquash', while creating aliases to provide a smoother transition to end users.

See the related PR in #395 for the motivation for this change.

coveralls commented 8 hours ago

Pull Request Test Coverage Report for Build 10936294054

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
crates/committed/src/checks.rs 0 2 0.0%
crates/committed/src/main.rs 0 3 0.0%
crates/committed/src/config.rs 0 5 0.0%
<!-- Total: 0 10 0.0% -->
Totals Coverage Status
Change from base Build 10906075176: 0.0%
Covered Lines: 24
Relevant Lines: 435

💛 - Coveralls