Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert logic generating default commit messages to git hook #487

Closed
davidpcaldwell opened this issue May 27, 2022 · 1 comment
Closed
Labels
wf wf command-line tool or its libraries

Comments

@davidpcaldwell
Copy link
Owner

Currently, for projects with submodules, a default commit message is generated for use by wf commit if the only modifications are to submodules.

This logic should be ported to a more general commit hook so that it can be used when using git directly.

@davidpcaldwell davidpcaldwell added the wf wf command-line tool or its libraries label May 27, 2022
@davidpcaldwell
Copy link
Owner Author

davidpcaldwell commented Jun 27, 2022

Apparently the prepare-commit-msg hook will be usable in VSCode in the June release (currently slated for 2022 Jul 7), when microsoft/vscode#30562 is released

davidpcaldwell added a commit that referenced this issue Jun 27, 2022
davidpcaldwell added a commit that referenced this issue Jun 27, 2022
#487: Implement prepare-commit-msg hook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wf wf command-line tool or its libraries
Projects
Status: Done
Development

No branches or pull requests

1 participant