Help for issue #2196 (Use GitBlameLineInfo for processing git blame output in aggregateBlameAuthorModifiedAndDateInfo) #2235
Unanswered
logical-1985516
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, may I request for help for issue #2196? This is the code that is modified (more info in pull request #2232):
processGitBlameResultLine (used by blameLine) is also modified to use author-time instead of committer-time.
The failed tests are:
analyzeAuthorship_beforeSinceDate_success() - assertion failure at: Assertions.assertTrue(fileInfo.getLine(2).isFullCredit());
blameWithPreviousAuthorsTest() - expected: but was:
aggregateFileResult_clearFileLines_success() - CommandRunnerProcessException
Beta Was this translation helpful? Give feedback.
All reactions