File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,23 +73,23 @@ public virtual string Url
73
73
/// Note that at this time, LibGit2Sharp does not honor this setting and the
74
74
/// fetch functionality current ignores submodules.
75
75
/// </summary>
76
- public virtual bool FetchRecurseSubmodules
76
+ public virtual bool FetchRecurseSubmodulesRule
77
77
{
78
78
get { return Proxy . git_submodule_fetch_recurse_submodules ( handle ) ; }
79
79
}
80
80
81
81
/// <summary>
82
82
/// The ignore rule of the submodule.
83
83
/// </summary>
84
- public virtual SubmoduleIgnore Ignore
84
+ public virtual SubmoduleIgnore IgnoreRule
85
85
{
86
86
get { return Proxy . git_submodule_ignore ( handle ) ; }
87
87
}
88
88
89
89
/// <summary>
90
90
/// The update rule of the submodule.
91
91
/// </summary>
92
- public virtual SubmoduleUpdate Update
92
+ public virtual SubmoduleUpdate UpdateRule
93
93
{
94
94
get { return Proxy . git_submodule_update ( handle ) ; }
95
95
}
You can’t perform that action at this time.
0 commit comments