Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit ffc1d53

Browse files
Merge pull request #263 from github-for-unity/fixes/256-ignored-files
Don't query for ignored files, we don't need this information right now
2 parents 621c46f + 24187e7 commit ffc1d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Git/Tasks/GitStatusTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public GitStatusTask(IGitObjectFactory gitObjectFactory,
1515

1616
public override string ProcessArguments
1717
{
18-
get { return "-c i18n.logoutputencoding=utf8 -c core.quotepath=false status -b -u --ignored --porcelain"; }
18+
get { return "-c i18n.logoutputencoding=utf8 -c core.quotepath=false status -b -u --porcelain"; }
1919
}
2020
public override TaskAffinity Affinity { get { return TaskAffinity.Exclusive; } }
2121
}

0 commit comments

Comments
 (0)