auto-commit-msg
auto-commit-msg copied to clipboard
A VS Code extension to generate a smart commit message based on file changes
Perhaps assume feat if no other context can be found. Then click the button again. If the output message is the same as the input message, then replace feat with...
Detect if all changes in a file are whitespace (ignore those using a git diff-index flag) or start with `#` or `//`. This may not be practical for multi-line comments....
Relates to #38 e.g. > update 38 .svg files OR > update 38 SVG files
Relates to #38 What happens when there is an old message when making a count message? Throw it away? Especially not useful if the old msg is a count and...
Depends on #38 How about the prefix before the message should always be `feat` if you add or update a file? And if you only move or rename, it is...
First make feat the default Then if the message is identical, replace feat with fix. And back again? I might be missing the behavior anyway to detect repeat message which...
Relates to #38