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

This is something part of standard git hook for commit message, where a check is done to see if the message comes from a template. If this is not possible,...

enhancement

Perhaps a way in this extension to get close to the easy GH autofill flow. To listen for when files are _staged_ on _unstaged_ and then push a message to...

enhancement

https://github.com/MichaelCurrin/auto-commit-msg/releases/download/v0.7.0/auto-commit-msg-0.7.0.vsix Something like https://github.com/MichaelCurrin/auto-commit-msg/releases/download/latest/auto-commit-msg.vsix Use in the docs with a download button

enhancement

e.g. R100 is rename R96 is modify and rename Note this assumes rename and move logic already works (and use one or both in the sentence already)

enhancement

Use `style` in Semantic section - check if the changes are all whitespace only. For staged, check if there _is_ a diff. and check if the no-whitespace diff is _empty_...

enhancement

For a long time already, tried to reinstall everything. I press this button, but it not fill the message field. VSCode 1.71.0

Not sure how much you'd be into the idea of adding a dropdown of options if the autogenerated message doesn't fit the bill, but we use conventional-changelog and one of...

I press the button and nothing happens. The field is not filled in automatically!

Hey, great tools! Unfortunately I don't use vscode. Is there any plan to make this tool usable from the CLI? or do you have any pointers if I want to...

Whenever I click the "auto commit message" button, it adds the message but collapses the bar (in my case the secondary bar) where the version control is present in vscode