You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: LibGit2Sharp/Repository.cs
+8-6
Original file line number
Diff line number
Diff line change
@@ -490,12 +490,13 @@ public static string Init(string path)
490
490
/// </summary>
491
491
/// <param name="path">The path to the working folder when initializing a standard ".git" repository. Otherwise, when initializing a bare repository, the path to the expected location of this later.</param>
492
492
/// <param name="isBare">true to initialize a bare repository. False otherwise, to initialize a standard ".git" repository.</param>
493
+
/// <param name="options">Additional optional parameters to be passed to the Init invocation</param>
493
494
/// <returns>The path to the created repository.</returns>
thrownewMergeFetchHeadNotFoundException("The current branch is configured to merge with the reference '{0}' from the remote, but this reference was not fetched.",
1246
+
thrownewMergeFetchHeadNotFoundException("The current branch is configured to merge with the reference '{0}' from the remote, but this reference was not fetched.",
0 commit comments