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

Submodule updates not shown in commit descriptions #340

Open
runjinz opened this issue Apr 16, 2024 · 0 comments
Open

Submodule updates not shown in commit descriptions #340

runjinz opened this issue Apr 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working P1 Important but not that urgent

Comments

@runjinz
Copy link

runjinz commented Apr 16, 2024

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:

  1. Update a submodule within a repository.
  2. Commit the changes made to the submodule.
  3. 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.

img_v3_009s_3fd66205-6c32-4173-8357-5d0fc98679ag

@runjinz runjinz added bug Something isn't working P1 Important but not that urgent labels Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 Important but not that urgent
Projects
None yet
Development

No branches or pull requests

2 participants