Skip to content

Commit 5444d12

Browse files
committed
Rename rule properties
1 parent d49aad7 commit 5444d12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

LibGit2Sharp/Submodule.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,23 +73,23 @@ public virtual string Url
7373
/// Note that at this time, LibGit2Sharp does not honor this setting and the
7474
/// fetch functionality current ignores submodules.
7575
/// </summary>
76-
public virtual bool FetchRecurseSubmodules
76+
public virtual bool FetchRecurseSubmodulesRule
7777
{
7878
get { return Proxy.git_submodule_fetch_recurse_submodules(handle); }
7979
}
8080

8181
/// <summary>
8282
/// The ignore rule of the submodule.
8383
/// </summary>
84-
public virtual SubmoduleIgnore Ignore
84+
public virtual SubmoduleIgnore IgnoreRule
8585
{
8686
get { return Proxy.git_submodule_ignore(handle); }
8787
}
8888

8989
/// <summary>
9090
/// The update rule of the submodule.
9191
/// </summary>
92-
public virtual SubmoduleUpdate Update
92+
public virtual SubmoduleUpdate UpdateRule
9393
{
9494
get { return Proxy.git_submodule_update(handle); }
9595
}

0 commit comments

Comments
 (0)