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/Reference.cs')
-rw-r--r--LibGit2Sharp/Reference.cs20
1 files changed, 20 insertions, 0 deletions
diff --git a/LibGit2Sharp/Reference.cs b/LibGit2Sharp/Reference.cs
index 8ec06b58..6ba98a11 100644
--- a/LibGit2Sharp/Reference.cs
+++ b/LibGit2Sharp/Reference.cs
@@ -160,6 +160,26 @@ namespace LibGit2Sharp
return CanonicalName;
}
+ internal static string LocalBranchPrefix
+ {
+ get { return "refs/heads/"; }
+ }
+
+ internal static string RemoteTrackingBranchPrefix
+ {
+ get { return "refs/remotes/"; }
+ }
+
+ internal static string TagPrefix
+ {
+ get { return "refs/tags/"; }
+ }
+
+ internal static string NotePrefix
+ {
+ get { return "refs/notes/"; }
+ }
+
private string DebuggerDisplay
{
get