-
Type:
Bug
-
Resolution: Answered
-
Priority:
Low
-
Affects Version/s: N/A
-
Component/s: Code reviews
-
Severity 3 - Minor
Steps to Reproduce
- Create git repo
- Add file with name containing whitespace (e.g. "fi le.txt")
- Make some changes in "fi le.txt"
- Generate diff
- Add patch to review patch.diff

Expected Results
The output patch generated by Git has two spaces added at the end of lines 3 and 4. Crucible should be able to parse diff generated by Git.
Actual Results
These spaces can't be parsed correctly by Crucible.
Workaround
Delete whitespaces from end of lines 3 and 4.
- mentioned in
-
Page Loading...