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

Add option for omitting merge commits from report #82

Open
buep opened this issue Oct 25, 2016 · 2 comments
Open

Add option for omitting merge commits from report #82

buep opened this issue Oct 25, 2016 · 2 comments
Milestone

Comments

@buep
Copy link
Contributor

buep commented Oct 25, 2016

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)

@buep
Copy link
Contributor Author

buep commented Oct 25, 2016

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.

@buep
Copy link
Contributor Author

buep commented Nov 4, 2016

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.

@buep buep modified the milestone: backlog Nov 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant