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 80ea092 commit 35bca83Copy full SHA for 35bca83
LibGit2Sharp/GlobalSettings.cs
@@ -131,10 +131,9 @@ internal static SmartSubtransportRegistration<T> RegisterDefaultSmartSubtranspor
131
132
/// <summary>
133
/// Registers a new <see cref="SmartSubtransport"/> as a custom
134
- /// smart-protocol transport with libgit2. Any Git remote with
+ /// smart-protocol transport with libgit2. Any Git remote with
135
/// the scheme registered will delegate to the given transport
136
- /// for all communication with the server. use this transport to communicate
137
- /// with the server This is not commonly
+ /// for all communication with the server. This is not commonly
138
/// used: some callers may want to re-use an existing connection to
139
/// perform fetch / push operations to a remote.
140
///
0 commit comments