mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-02 01:34:58 +00:00
enhance: filter hint:
blocks
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
4807cd5eb2
commit
3377886bab
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ namespace SourceGit.Commands
|
|||
line.StartsWith("remote: Counting objects:", StringComparison.Ordinal) ||
|
||||
line.StartsWith("remote: Compressing objects:", StringComparison.Ordinal) ||
|
||||
line.StartsWith("Filtering content:", StringComparison.Ordinal) ||
|
||||
line.StartsWith("hint: ", StringComparison.Ordinal))
|
||||
line.StartsWith("hint:", StringComparison.Ordinal))
|
||||
return;
|
||||
|
||||
if (REG_PROGRESS().IsMatch(line))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue