-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In rare cases, if there is a new piece of
content that has already been committed to the current branch AND there are local, uncommitted changes to that content, GitService will pick up BOTH the fact that this is new content AND the fact that it has been modified. This will result in double-testing the content. This commit removes that as a possibility by adding content to be tested to a SET instead of appending it to a LIST, which couild have included duplicates.
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters