-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(main.ts): Add support for storing and loading commit styles
- Added new functions to store and retrieve commit styles * Styles can be stored per-author or as a default * Styles are stored in the config directory - Updated main function to use stored styles * Learned styles are stored and used by default * Explicit format can still be specified via flags - Removed force-setting Conventional format in learning mode BREAKING CHANGE: The `--reset-format` flag has been removed. Use `--format` to explicitly set the commit format.
- Loading branch information
1 parent
1969c20
commit 8badb3f
Showing
1 changed file
with
63 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters