8000 Update documentation for Submodule Init · GiTechLab/libgit2sharp@854857b · GitHub
[go: up one dir, main page]

Skip to content

Commit 854857b

Browse files
committed
Update documentation for Submodule Init
1 parent 711a41a commit 854857b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

LibGit2Sharp/SubmoduleCollection.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ public virtual Submodule this[string name]
5050

5151
/// <summary>
5252
/// Initialize specified submodule.
53+
/// <para>
54+
/// Existing entries in the config file for this submodule are not be
55+
/// modified unless <paramref name="overwrite"/> is true.
56+
/// </para>
5357
/// </summary>
5458
/// <param name="name">The name of the submodule to update.</param>
5559
/// <param name="overwrite">Overwrite existing entries.</param>

0 commit comments

Comments
 (0)
0