-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
CommitInfoExtractor uses git log to extract users' commits info. However, by default, the author matching pattern used in git log is case sensitive. This can cause the CommitInfoAnalyzer to miss out some or all their commits in the analysis. As a result, some authors do not have any ramps shown in their ramp chart, even though their code view shows line contributions. To resolve this problem, let's set the git log regex patterns to be case insensitive.
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
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
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