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 58 auto-commit-msg issues
Sort by recently updated
recently updated
newest added

I'm using this in a workspace where i don't care about commit messages, it's a static repo, of markdown files. And while this is useful, i would rather it automatically...

Published to marketplace!

documentation

e.g. when working on package files. `chore(deps):` - not yet supported `build(deps):` - supported --- This style is harder and depends on the knowing the codebase. ``` feat(lang): add polish...

enhancement

Can there be a way to define a custom prefix before each message? For example ThisIsARequest - update 4 files delete 1 file

enhancement

e.g. if the diff is all adding new lines, then "add to foo.txt" vs "update foo.txt" for modify. Or "remove lines from foo.txt" for delete.

enhancement

e.g. `Create foo, update bar and delete bazz`

enhancement

e.g. ``` update cli.ts and cli.ts ``` To ``` update cli.ts and git/cli.ts ``` Using common root `src` without using `src` in either.

enhancement

There is currently a _not implemented_ message setup to be raised on multiple repos in a workspace, but this did not actually trigger. So either do that, or get the...

bug

``` CONTRIBUTING .md .rst ``` Ruby doc format? And ``` CONTRIBUTORS(.*) CHANGELOG(.*) ```

enhancement