-
Type:
Bug
-
Status: Gathering Impact (View Workflow)
-
Priority:
Low
-
Resolution: Unresolved
-
Affects Version/s: N/A
-
Fix Version/s: None
-
Component/s: Code reviews
-
Labels:None
-
Symptom Severity:Severity 3 - Minor
-
Bug Fix Policy:
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.