示例#1
0
 public static string GetCommitMessagePath(GitModule module)
 {
     return module.WorkingDirGitDir() + Settings.PathSeparator.ToString() + "COMMITMESSAGE";
 }