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/GitBranchType.cs')
-rw-r--r--LibGit2Sharp/Core/GitBranchType.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGit2Sharp/Core/GitBranchType.cs b/LibGit2Sharp/Core/GitBranchType.cs
index 6304715f..f843c11d 100644
--- a/LibGit2Sharp/Core/GitBranchType.cs
+++ b/LibGit2Sharp/Core/GitBranchType.cs
@@ -7,5 +7,6 @@ namespace LibGit2Sharp.Core
{
GIT_BRANCH_LOCAL = 1,
GIT_BRANCH_REMOTE = 2,
+ GIT_BRANCH_ALL = GIT_BRANCH_LOCAL | GIT_BRANCH_REMOTE,
}
}