DiffService.CommitDiff: fully implement whitespace options
In Gitaly protocol 16.3, the `ignore_whitespace_changes` boolean disappears, being replaced with a 3-valued enum, corresponding to two levels of whitespace ignoring in Git. The disparition means that the attribute was long deprecated, and no upstream client had been using it for a while, so it was about time we implement the "new" `WhitespaceChanges` enum. Closes #137
parent
12ed203c
No related branches found
No related tags found
Loading
Please register or sign in to comment