Skip to content

Commit af1fa17

Browse files
committed
fixup! Drop optional parameters in NetworkExtensions.cs
1 parent a48cd29 commit af1fa17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LibGit2Sharp/NetworkExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public static void Push(
4141
/// </summary>
4242
/// <param name="network">The <see cref="Network"/> being worked with.</param>
4343
/// <param name="branches">The branches to push.</param>
44-
/// <param name="pushOptions"><see cref="PushOptions"/> controlling push behavior</param>
4544
/// <exception cref="LibGit2SharpException">Throws if either the Remote or the UpstreamBranchCanonicalName is not set.</exception>
4645
public static void Push(
4746
this Network network,

0 commit comments

Comments
 (0)