mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 11:44:59 +00:00
refactor: --ignore-cr-at-eol
is not necessary when --ignore-all-space
is enabled
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
34e0ea3bcb
commit
9a6c671a96
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ namespace SourceGit.Commands
|
|||
Context = repo;
|
||||
|
||||
if (ignoreWhitespace)
|
||||
Args = $"-c core.autocrlf=false diff --no-ext-diff --patch --ignore-cr-at-eol --ignore-all-space --unified={unified} {opt}";
|
||||
Args = $"-c core.autocrlf=false diff --no-ext-diff --patch --ignore-all-space --unified={unified} {opt}";
|
||||
else
|
||||
Args = $"-c core.autocrlf=false diff --no-ext-diff --patch --unified={unified} {opt}";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue