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

Fixing an issue with branch grouping due to substring matching #803

Merged
merged 1 commit into from
Jan 12, 2015

Conversation

andy-g
Copy link

@andy-g andy-g commented Jan 12, 2015

I noticed that if one branches name exists within another branch, its commits are included in both branches, this is because the AngularJS "filter" filter defaults to a substring match rather than a strict equality comparison. Simply specifying the comparator explicitly resolves the issue.

https://docs.angularjs.org/api/ng/filter/filter

@mattbostock
Copy link

👍

@bradrydzewski
Copy link

awesome! that was bothering me as well

bradrydzewski added a commit that referenced this pull request Jan 12, 2015
Fixing an issue with branch grouping due to substring matching
@bradrydzewski bradrydzewski merged commit aed6f17 into harness:master Jan 12, 2015
@andy-g andy-g deleted the fix_commit_grouping_by_branch branch January 13, 2015 07:02
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

Successfully merging this pull request may close these issues.

None yet

3 participants