File tree Expand file tree Collapse file tree 3 files changed +0
-61
lines changed Expand file tree Collapse file tree 3 files changed +0
-61
lines changed Original file line number Diff line number Diff line change 107
107
<Compile Include =" Core\GitRemoteHead.cs" />
108
108
<Compile Include =" ReflogEntry.cs" />
109
109
<Compile Include =" Stash.cs" />
110
- <Compile Include =" OrphanedHeadException.cs" />
111
110
<Compile Include =" StashCollection.cs" />
112
111
<Compile Include =" ExplicitPathsOptions.cs" />
113
112
<Compile Include =" Submodule.cs" />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -60,16 +60,6 @@ public virtual bool IsHeadDetached
60
60
get { return Proxy . git_repository_head_detached ( repo . Handle ) ; }
61
61
}
62
62
63
- /// <summary>
64
- /// Indicates whether the Head points to a reference which doesn't exist.
65
- /// </summary>
66
- [ Obsolete ( "This property will be removed in the next release. Please use IsHeadUnborn instead." ) ]
67
- public virtual bool IsHeadOrphaned
68
- {
69
- get { return IsHeadUnborn ; }
70
- }
71
-
72
-
73
63
/// <summary>
74
64
/// Indicates whether the Head points to a reference which doesn't exist.
75
65
/// </summary>
You can’t perform that action at this time.
0 commit comments