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
{{ message }}
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Each major input field (type, scope, description, body, and footer) will
now save history of previously input values. This works as soon as a
field has been submitted (does not need to complete the commit message
sequence). This allows for users to abort and recall recent work. Note
that this does not work for fields that have been partially filled but
an abort has been called before enter (or Esc+Enter) has been pressed.
In future, will probably need to rework this into a custom history
class. This way text can be partially submitted even if the field hasn't
been completed yet. It could also wrap up behaviours such as checking if
certain key config files or directories exist.
Resolve#24
0 commit comments