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
Issue Description:
When generating commit descriptions, updates made to submodules are not being reflected correctly. Specifically, changes to the submodule that should result in a hash change in the commit logs are not appearing in the list of changes.
Steps to Reproduce:
Update a submodule within a repository.
Commit the changes made to the submodule.
Generate a commit description for the repository.
Expected Behavior:
The commit description should include the hash change for the submodule update, showing it as part of the changes list.
Actual Behavior:
The updates made to submodules are not displayed in the commit descriptions. The hash change expected to be seen in the changes list is missing.
This issue affects tracking and documenting submodule changes efficiently and accurately. It seems that the commits involving submodules are not being handled as expected.
Possible Solutions:
Review the commit description generation process to ensure it includes submodule updates.
Investigate if this is an issue with the git tooling or the process used to gather commit data.
This problem persists across multiple attempts and setups. Any insights or solutions would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Issue Description:
When generating commit descriptions, updates made to submodules are not being reflected correctly. Specifically, changes to the submodule that should result in a hash change in the commit logs are not appearing in the list of changes.
Steps to Reproduce:
Expected Behavior:
The commit description should include the hash change for the submodule update, showing it as part of the changes list.
Actual Behavior:
The updates made to submodules are not displayed in the commit descriptions. The hash change expected to be seen in the changes list is missing.
This issue affects tracking and documenting submodule changes efficiently and accurately. It seems that the commits involving submodules are not being handled as expected.
Possible Solutions:
This problem persists across multiple attempts and setups. Any insights or solutions would be greatly appreciated.
The text was updated successfully, but these errors were encountered: