示例#1
0
 public string GetCommitMessageFilePath(string subModule)
 {
     if (!string.IsNullOrEmpty(subModule))
     {
         return(UniGitPathHelper.Combine(paths.GitPath, "UniGit", "Settings", $"CommitMessage_{UniGitPathHelper.GetFriendlyNameFromPath(subModule)}.txt"));
     }
     return(UniGitPathHelper.Combine(paths.GitPath, "UniGit", "Settings", "CommitMessage.txt"));
 }