We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem Currently all commits are listed (normal + merge). Merge commits might not add value to list in the report
Solution Add option for: --no-merges and maybe also --only-merges
Possible pseudo code: in gitcvs:if if commit.parent_ids.size == 1 else else < add commit to list>
(Issue migrated from old Trello roadmap board)
The text was updated successfully, but these errors were encountered:
This could still be relevant.
Further inputs: could we populate the data collection with commit type, then it could easily be omitted in the report using template features.
Sorry, something went wrong.
Backlog meeting today:
The VCS module must populate with meta data pr. commit about the type of the commit. It will vary pr. SCM, but there will always be at least one type.
Docs must explain which types available pr. VCS module.
No branches or pull requests
Problem
Currently all commits are listed (normal + merge). Merge commits might not add value to list in the report
Solution
Add option for: --no-merges and maybe also --only-merges
Possible pseudo code:
in gitcvs:if
if commit.parent_ids.size == 1
else
else
< add commit to list>
(Issue migrated from old Trello roadmap board)
The text was updated successfully, but these errors were encountered: