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
Git has useful tools to make semi-temporary commits that can be automatically picked up using rebase --autosquash, allowing incremental work to happen unbothered and postpone history cleanup to later.
However hk's builtin commit message lint is dissatisfied with these and does not allow commits to go through. Could the lint be relaxed, and/or offer an option to allow these commit messages?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Git has useful tools to make semi-temporary commits that can be automatically picked up using
rebase --autosquash, allowing incremental work to happen unbothered and postpone history cleanup to later.However hk's builtin commit message lint is dissatisfied with these and does not allow commits to go through. Could the lint be relaxed, and/or offer an option to allow these commit messages?
All reactions