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

make branch grouping more intelligent #11

Open
psimk opened this issue Apr 2, 2020 · 0 comments
Open

make branch grouping more intelligent #11

psimk opened this issue Apr 2, 2020 · 0 comments

Comments

@psimk
Copy link

psimk commented Apr 2, 2020

Currently branches are grouped by the author of the latest ahead commit.
This means that as long as someone makes the latest ahead commit, then they will have "ownership" of the branch on the spreadsheet. I hope I don't have to explain, why this is sub-optimal.

The "ownership" of a branch should be detected based on:

  • how many commits an author has made to the branch.
  • if there are two authors of a branch and their commit count matches, then the author who made the first commit is selected.
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