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 44a1f22 commit 5b92d55Copy full SHA for 5b92d55
LibGit2Sharp/GlobalSettings.cs
@@ -391,7 +391,7 @@ public static void SetUserAgent(string userAgent)
391
/// to support repositories with the `noop` extension but does want to support repositories with the `newext` extension.
392
/// </remarks>
393
/// <param name="extensions">Supported extensions</param>
394
- public static void SetExtensions(string[] extensions)
+ public static void SetExtensions(params string[] extensions)
395
{
396
Proxy.git_libgit2_opts_set_extensions(extensions);
397
}
0 commit comments