mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 10:50:52 +08:00
optimize<Diff>: show 4 context lines on diff
This commit is contained in:
@@ -16,7 +16,7 @@ namespace SourceGit.Commands {
|
||||
|
||||
public Diff(string repo, string args) {
|
||||
Cwd = repo;
|
||||
Args = $"diff --ignore-cr-at-eol {args}";
|
||||
Args = $"diff --ignore-cr-at-eol --unified=4 {args}";
|
||||
}
|
||||
|
||||
public Models.TextChanges Result() {
|
||||
|
||||
Reference in New Issue
Block a user