We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1742cbc commit 8989da7Copy full SHA for 8989da7
1 file changed
src/ViewModels/WorkingCopy.cs
@@ -1635,6 +1635,9 @@ public ContextMenu CreateContextMenuForCommitMessages()
1635
1636
if (!string.IsNullOrEmpty(gitTemplate))
1637
{
1638
+ if (!Path.IsPathRooted(gitTemplate))
1639
+ gitTemplate = Native.OS.GetAbsPath(_repo.FullPath, gitTemplate);
1640
+
1641
var friendlyName = gitTemplate;
1642
if (!OperatingSystem.IsWindows())
1643
0 commit comments