Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'LibGit2Sharp/Core/GitStatusOptions.cs')
-rw-r--r--LibGit2Sharp/Core/GitStatusOptions.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/LibGit2Sharp/Core/GitStatusOptions.cs b/LibGit2Sharp/Core/GitStatusOptions.cs
index af753a43..bc0956e8 100644
--- a/LibGit2Sharp/Core/GitStatusOptions.cs
+++ b/LibGit2Sharp/Core/GitStatusOptions.cs
@@ -46,5 +46,7 @@ namespace LibGit2Sharp.Core
RenamesFromRewrites = (1 << 11),
NoRefresh = (1 << 12),
UpdateIndex = (1 << 13),
+ IncludeUnreadable = (1 << 14),
+ IncludeUnreadableAsUntracked = (1 << 15),
}
}