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 a46fb80 commit e034243Copy full SHA for e034243
LibGit2Sharp/Core/Proxy.cs
@@ -3472,6 +3472,7 @@ public static void git_libgit2_opts_set_user_agent(string userAgent)
3472
/// <returns>
3473
/// The user-agent string.
3474
/// </returns>
3475
+ /// </summary>
3476
public static string git_libgit2_opts_get_user_agent()
3477
{
3478
string userAgent;
LibGit2Sharp/GlobalSettings.cs
@@ -525,6 +525,7 @@ public static void SetUserAgent(string userAgent)
525
526
527
528
529
public static string GetUserAgent()
530
531
return Proxy.git_libgit2_opts_get_user_agent();
0 commit comments