8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f272a commit 820f65fCopy full SHA for 820f65f
LibGit2Sharp/GlobalSettings.cs
@@ -533,7 +533,7 @@ public static void SetUserAgent(string userAgent)
533
/// to support repositories with the `noop` extension but does want to support repositories with the `newext` extension.
534
/// </remarks>
535
/// <param name="extensions">Supported extensions</param>
536
- public static void SetExtensions(string[] extensions)
+ public static void SetExtensions(params string[] extensions)
537
{
538
Proxy.git_libgit2_opts_set_extensions(extensions);
539
}
0 commit comments