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 ce7d1cc commit 1995fa3Copy full SHA for 1995fa3
src/Elastic.Markdown/IO/GitConfiguration.cs
@@ -37,6 +37,7 @@ public static GitConfiguration Create(IFileSystem fileSystem)
37
{
38
head = head.Replace("ref: ", string.Empty);
39
gitRef = Read(".git/" + head);
40
+ branch = branch.Replace("ref: ", string.Empty);
41
}
42
else
43
branch = "detached/head";
0 commit comments