auto-commit-msg icon indicating copy to clipboard operation
auto-commit-msg copied to clipboard

A VS Code extension to generate a smart commit message based on file changes

Results 64 auto-commit-msg issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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....

enhancement

Relates to #38 e.g. > update 38 .svg files OR > update 38 SVG files

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

Currently moving 3 files shows as "rename"

bug