We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711a41a commit 854857bCopy full SHA for 854857b
LibGit2Sharp/SubmoduleCollection.cs
@@ -50,6 +50,10 @@ public virtual Submodule this[string name]
50
51
/// <summary>
52
/// 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>
57
/// </summary>
58
/// <param name="name">The name of the submodule to update.</param>
59
/// <param name="overwrite">Overwrite existing entries.</param>
0 commit comments