Replace calls to git.ExecReader with specific use cases
View options
- Truncate descriptions
Created by: ryanslade
Instead of calling directly into git.ExecReader, we should instead call into functions that show the intent.
We should instead be calling a function named something like git.ReadDiffHunks
.
Once all calls are changed, remove git.ExecReader

