Skip to content

Submodule updates not shown in commit descriptions #340

Open
@runjinz

Description

@runjinz

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

Metadata

Metadata

Assignees

Labels

P1Important but not that urgentbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions