Move git.diff.DiffSymbols to gitserver.Client
Created by: vrto
Description
This change is a part of a larger effort to reorganize code in gitserver. The Repository Management Team is moving git commands from internal/vcs/git
to internal/gitserver
.
See this issue for more details https://github.com/sourcegraph/sourcegraph/issues/33280
Closes https://github.com/sourcegraph/sourcegraph/issues/33586
Test plan
- tests still pass for the code that's been moved around
-
dead code removal for
DiffFileIterator
:- ran
sg start
to make sure app starts and loads as expected - no tests or production code reference the removed code
- ran