8000 Merge pull request #1209 from LokiMidgard/patch-1 · chescock/libgit2sharp@d9e5970 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9e5970

Browse files
committed
Merge pull request libgit2#1209 from LokiMidgard/patch-1
Clearification of return value.
2 parents 78cad1d + 57d1b14 commit d9e5970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/Repository.cs

Lines changed: 1 addition & 1 deletion
< 4D0D td data-grid-cell-id="diff-48c9ee988bd8966b3a596f35dc7687d6b9aa8b4731e9235961d05996a774dc7a-607-607-1" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionNum-bgColor, var(--diffBlob-addition-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">607
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ public static IEnumerable<Reference> ListRemoteReferences(string url, Credential
604604
/// <para>The lookup start from <paramref name="startingPath"/> and walk upward parent directories if nothing has been found.</para>
605605
/// </summary>
606606
/// <param name="startingPath">The base path where the lookup starts.</param>
607-
/// <returns>The path to the git repository.</returns>
+
/// <returns>The path to the git repository, or null if no repository was found.</returns>
608608
public static string Discover(string startingPath)
609609
{
610610
FilePath discoveredPath = Proxy.git_repository_discover(startingPath);

0 commit comments

Comments
 (0)
0