You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating a commit description in a Git repository with submodules, the placeholder {BRANCH_NAME} is incorrectly replaced with "BRANCH_UNKNOWN." This issue occurs even when there are staging changes from only one submodule. The expected behavior is for the plugin to populate {BRANCH_NAME} with the full name(s) of the branch(es) affected by the staged changes.
Plugin Version: 2.11.7-241.1
IDEA Version: 2024.2.3
Relevant log output or stack trace
No response
Steps to reproduce
Open project with git repository with submodules, change anything and then try to generate commit message.
CodeGPT version
2.11.7-241.1
Operating System
macOS
The text was updated successfully, but these errors were encountered:
What happened?
When generating a commit description in a Git repository with submodules, the placeholder {BRANCH_NAME} is incorrectly replaced with "BRANCH_UNKNOWN." This issue occurs even when there are staging changes from only one submodule. The expected behavior is for the plugin to populate {BRANCH_NAME} with the full name(s) of the branch(es) affected by the staged changes.
Plugin Version: 2.11.7-241.1
IDEA Version: 2024.2.3
Relevant log output or stack trace
No response
Steps to reproduce
Open project with git repository with submodules, change anything and then try to generate commit message.
CodeGPT version
2.11.7-241.1
Operating System
macOS
The text was updated successfully, but these errors were encountered: